debug: add sensor updates to LilyGO isolation loop

This commit is contained in:
2026-07-01 00:42:35 -06:00
parent 737ec8c10d
commit 0b04dcf89a
@@ -4346,6 +4346,12 @@ void loop() {
maintainStaWifi(); maintainStaWifi();
if (millis() - lastSensorUpdate > SENSOR_INTERVAL) {
updateSensors();
lastSensorUpdate = millis();
logDebug("Sensor Update");
}
if (millis() > 30000) { if (millis() > 30000) {
updateBms(); updateBms();
} }