Added battery low warning message
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user