fixed Bug in Battery-Type-Setting and disabled WiFiClient

This commit is contained in:
2024-05-31 18:51:05 +02:00
parent 91de9f0785
commit 3ceab44a96
4 changed files with 39 additions and 27 deletions

View File

@@ -3,6 +3,7 @@
const char *BatteryString[] = {
"Undefined",
"LiPo 2S",
"LiPo 3S"};
"LiPo 3S"
};
const size_t BatteryString_Elements = sizeof(BatteryString) / sizeof(BatteryString[0]);