Commit graph

3 commits

Author SHA1 Message Date
Thomas Bittner
745e2dff51 Updated initialization of LEDC module
Firmware is now not using the ledcsetup function but is directly setting up the ledc hardware.
This enables the LEDC output to be inverted as needed for the OMOTE hardware.
2023-08-04 21:45:47 +02:00
Thomas Bittner
b872a70a8e Refactored code base and added WIFI configuration menu
Refactored code base:
* Code moved to additional modules each with its individual responsibilities
* Display module is responsible for input/output on the LCD screen
* wifihandler is responsible for handling WIFI connection
* Battey module is responsilbe to monitor the battery
* Data exchange should only be done via public API

Added WIFI configuration menu
* WIFI no longer specified via defines
* In settings tab, wifi submenu added to enter credentials
* wifi credentials are stored in flash after a successful connection
2023-08-04 09:12:56 +02:00
Max
00145ed0dc Initial Upload 2023-06-28 20:26:56 +02:00