Clean up generic project branding and relay fields

This commit is contained in:
2026-06-04 03:16:18 -06:00
parent 84c13b4b5f
commit 32247823fd
5 changed files with 14 additions and 14 deletions
+2 -2
View File
@@ -6,8 +6,8 @@ struct SensorData {
float rearSeat = -127.0;
float outsideAir = -127.0;
bool fridgeZone1Online = false;
bool fridgeZone2Online = false;
bool relay2Zone1Online = false;
bool relay2Zone2Online = false;
bool rearSeatOnline = false;
bool outsideAirOnline = false;
};