update battery.h

This commit is contained in:
2022-03-21 09:10:35 +01:00
parent 8f3091e8b1
commit ece89eba60
5 changed files with 11 additions and 8 deletions
+2 -2
View File
@@ -89,8 +89,8 @@ class Battery {
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,
11.62, 11.74, 11.86, 11.95,
12.07, 12.25, 12.33, 12.45,
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 };
};
+1
View File
@@ -14,6 +14,7 @@
#include <TinyGPS++.h>
#include <Arduino.h>
#include <Wire.h>
#include <iostream>
#include "route.h"