Fix mDNS integration with rmt

This commit is contained in:
2025-07-12 23:50:53 -04:00
parent 3d85ae97a6
commit e0d0737f36
5 changed files with 10 additions and 4 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();
mDNSDiscoveryService::setup();
LoopManager::control_loop();
}