Skip to content

Commit

Permalink
v0.8.0: French added, battery monitoring improved
Browse files Browse the repository at this point in the history
  • Loading branch information
TheDIYGuy999 committed Feb 17, 2023
1 parent 834fb09 commit 6cc85f5
Show file tree
Hide file tree
Showing 5 changed files with 209 additions and 156 deletions.
5 changes: 4 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"files.associations": {
"array": "cpp"
}
},
"githubPullRequests.ignoredPullRequestBranches": [
"main"
]
}
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ The original autor is "Der RC Modellbauer": https://www.youtube.com/@DerRCModell
forked from: https://github.com/Ziege-One/Servotester_Deluxe
PCB, schematic and more details: https://www.pcbway.com/project/shareproject/Servotester_Deluxe_62a3f47c.html

## New in v0.8.0:
- Support for calibrated analogRead, using the ESP32AnalogRead library is improving battery monitoring
- Number of LiPo battery cells is displayed
- Message, if no valid battery is detected
- Support for French language added

## New in v0.7.1:
- ESPHome-Flasher discovered a serious EEMPOM bug, because flash is erased before upload. It should now be fixed.

Expand Down
2 changes: 1 addition & 1 deletion platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ lib_deps =
https://github.com/madhephaestus/ESP32Encoder/archive/refs/tags/0.10.1.tar.gz
https://github.com/bmellink/IBusBM/archive/refs/tags/v1.1.5.tar.gz
https://github.com/ThingPulse/esp8266-oled-ssd1306/archive/refs/tags/4.3.0.tar.gz

https://github.com/madhephaestus/ESP32AnalogRead/archive/refs/tags/0.2.1.tar.gz
Loading

0 comments on commit 6cc85f5

Please sign in to comment.