Add files via upload

This commit is contained in:
Splatink
2024-07-26 22:43:32 +03:00
committed by GitHub
parent 7f51df11e1
commit 22ce569fcb
2 changed files with 422 additions and 1 deletions

View File

@@ -1,5 +1,9 @@
**CHANGELOG:**
2.2:
* Changed baudrate to standard 115200 baud
* Added a firmware version printout to serial
2.1:
* Added a serial debugging mode. This mode is activated if the BUTTON is held at bootup. Serial debugging info (variables) are output on GPIO0(TX) at 9600 baud every 30 seconds.
* All functions are now called seperately and their return values placed in variables to be given to displayClocl() and serialDebugInfo()
@@ -59,4 +63,4 @@
1.0:
* Updated battery precentage calculator math to original (measurement - min) / (max - min) * 100
* Created this updates.md file
* Created this updates.md file