This commit is contained in:
bwmp
2025-10-25 18:06:18 -07:00
parent c93ede4e1e
commit 2e8f328278
3 changed files with 16 additions and 2 deletions

View File

@@ -215,7 +215,11 @@ void startWiFiMode()
wifiManager->Begin();
mdnsManager.start();
restAPI->begin();
StreamingMode mode = deviceConfig->getDeviceMode();
if (mode == StreamingMode::WIFI)
{
streamServer.startStreamServer();
}
xTaskCreate(
HandleRestAPIPollTask,
"HandleRestAPIPollTask",