mirror of
https://github.com/MrUnknownDE/OpenIris-ESPIDF.git
synced 2026-04-18 14:03:45 +02:00
fix
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user