Updated code to 0.6 test

This commit is contained in:
Magnus Persson
2022-01-10 20:14:58 +01:00
parent ea62d9e752
commit 2f391c95c7
5 changed files with 46 additions and 19 deletions

View File

@ -30,6 +30,7 @@ be found here; `GravityMon on Github <https://github.com/mp-se/gravitymon>`_
I dont take responsibility for any errors that can cause problems with the use. I have tested v0.4 on 5+ brews
over the last 6 months without any issues.
The main differences:
---------------------
@ -67,7 +68,7 @@ the following libraries and without these this would have been much more difficu
Can detect if the reset button is pressed twice, is used to enter WIFI config mode.
* https://github.com/tzapu/WiFiManager
* https://github.com/khoih-prog/ESP_WiFiManager
Configure wifi settings.

View File

@ -3,6 +3,17 @@
Releases
########
v0.6.0 (work in progress)
-------------------------
This is features for the next release.
* Changed the wifi manager and refactored wifi.cpp
* LED is now turned on when Wifi Portal is open
* Refactored main.cpp to make it easier to read
* Tested runtime performance
* Improved documentation
v0.5.0
------