commentary

This commit is contained in:
2023-01-10 14:07:26 +01:00
parent 75a1eb749c
commit a7bb57cd14
+3 -3
View File
@@ -86,9 +86,9 @@ class Battery {
uint64_t lastMillis = 0;
double batteryVoltage;
const float capacityVoltages[21] = {9.82, 10.83, 11.06, 11.12,
11.18, 11.24, 11.3, 11.36,
11.39, 11.45, 11.51, 11.56,
const float capacityVoltages[21] = {9.82, 10.83, 11.06, 11.12, // 0 5 10 15
11.18, 11.24, 11.3, 11.36, // 20 25 30 35
11.39, 11.45, 11.51, 11.56, // 40 45 50 55
11.62, 11.74, 11.86, 11.95, // 60 65 70 75
12.07, 12.25, 12.33, 12.45, // 80 85 90 95
12.6 };