Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 1.1 KB

README.md

File metadata and controls

43 lines (27 loc) · 1.1 KB

Motorized Solarpanel - PMT2

The preferred way of cloning this repo

use bare clone:

$ git clone --bare https://github.com/ayham291/motorized_solarpanel motorized_solarpanel
$ cd motorized_solarpanel/
$ git worktree add master
$ cd master/

Now you have a bare repo with the worktree master

If you want to know more go to devel branch

The app directory - HOWTO

This directory is intended to be used with Platformio

$ cd /path/to/the/repo/motorized_solarpanel/devel/app && code .

IMPORTANT change the settings in platformio.ini to your own settings.

You could also leave it as is if your setup autorecognizes the ports

The included webserver is only for testing purposes

NOT FOR PRODUCTION - VERY UNSAFE SETTINGS ARE ENABLED.

Project Participants

  • Ayham Alhalaibi
  • Andreas Schneider
  • Johannes Schiessel
  • Stefan Weig

Author

Ayham Alhalaibi