Various fixes

This commit is contained in:
2025-07-20 20:55:14 -04:00
parent e7599a4a38
commit 821d2d81bb
6 changed files with 34 additions and 30 deletions

View File

@@ -16,5 +16,6 @@ extern "C" [[noreturn]] void app_main(void) {
ESP_LOGI("MEM", "Free PSRAM: %d", heap_caps_get_free_size(MALLOC_CAP_SPIRAM));
ConfigManager::init_config();
LoopManager::control_loop();
}