mirror of
https://github.com/MrUnknownDE/OpenIris-ESPIDF.git
synced 2026-04-14 20:23:43 +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_create(&args, &activateStreamingTimer);
|
||||
esp_timer_start_once(activateStreamingTimer, pdMS_TO_TICKS(150));
|
||||
streamServer.startStreamServer();
|
||||
// streamServer.startStreamServer();
|
||||
return CommandResult::getSuccessResult("Streaming starting");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user