Wired in teng low and high in config and wired in command handler

This commit is contained in:
2026-03-27 23:37:35 +01:00
parent 618ed9a19f
commit 812f391042
5 changed files with 67 additions and 0 deletions

View File

@@ -13,6 +13,8 @@ struct vehicle_config{
bool track_slot_occupied[8] = {false};
double vbat_calibration = 0;
double vbat_low = 0;
double teng_low = 0;
double teng_high = 0;
};
struct lat_lng {