Fix wired integration

This commit is contained in:
2025-07-21 20:52:45 -04:00
parent ce61cf64d4
commit 6ff185149d
5 changed files with 28 additions and 28 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();
}