Added battery low warning message

This commit is contained in:
2026-03-27 18:28:00 +01:00
parent df0d3aef33
commit 3ea71788c2
10 changed files with 80 additions and 3 deletions

View File

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