Wifi configuration from NVS

This commit is contained in:
2025-07-20 20:53:12 -04:00
parent f4a78123c8
commit e7599a4a38
5 changed files with 57 additions and 5 deletions

View File

@@ -16,6 +16,5 @@ 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();
}