Added battery module, cal factor refresh bug

This commit is contained in:
2026-03-27 17:14:16 +01:00
parent f000924c05
commit eab70f9bf9
12 changed files with 224 additions and 36 deletions

View File

@@ -11,6 +11,7 @@ struct vehicle_config{
bool auto_detect_track = true;
uint8_t track_fallback = 0;
bool track_slot_occupied[8] = {false};
double vbat_calibration = 0;
};
struct lat_lng {