Inital version to support OTA

This commit is contained in:
2025-02-15 16:57:21 +01:00
parent 33fdae3fb2
commit e8b8e95c13
6 changed files with 40 additions and 35 deletions

View File

@@ -7,4 +7,6 @@ DeviceTelemetry telemetry;
SensorData shunt_data;
WaterData water_data;
OTAStatus ota_status;
ActiveErrors active_errors = { false, false, false, false, false, false };