mirror of
https://github.com/MrUnknownDE/OpenIris-ESPIDF.git
synced 2026-04-18 14:03:45 +02:00
Merge pull request #19 from bwmp/patch-1
Comment out stream server start call
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