Updates to BellEngine, ClientManager, ConfigManager, and Telemetry Logging

This commit is contained in:
2025-10-30 22:42:01 +02:00
parent c9f1e8e4ae
commit f286abb023
5 changed files with 143 additions and 158 deletions

View File

@@ -170,7 +170,7 @@ void Telemetry::telemetryTask(void* parameter) {
if (isPlaying || telemetry->coolingActive) {
telemetry->checkBellLoads();
}
vTaskDelay(pdMS_TO_TICKS(1000)); // Run every 1s
}
}