mirror of
https://github.com/MrUnknownDE/OpenIris-ESPIDF.git
synced 2026-04-24 00:23:45 +02:00
Comment out stream server start call
Comment out the streamServer.startStreamServer() call. I forgot it didnt actually work and didnt mean to commit it
This commit is contained in:
@@ -113,7 +113,7 @@ CommandResult startStreamingCommand()
|
|||||||
esp_timer_handle_t activateStreamingTimer;
|
esp_timer_handle_t activateStreamingTimer;
|
||||||
esp_timer_create(&args, &activateStreamingTimer);
|
esp_timer_create(&args, &activateStreamingTimer);
|
||||||
esp_timer_start_once(activateStreamingTimer, pdMS_TO_TICKS(150));
|
esp_timer_start_once(activateStreamingTimer, pdMS_TO_TICKS(150));
|
||||||
streamServer.startStreamServer();
|
// streamServer.startStreamServer();
|
||||||
return CommandResult::getSuccessResult("Streaming starting");
|
return CommandResult::getSuccessResult("Streaming starting");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user