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

@@ -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();
return CommandResult::getSuccessResult("Streaming starting");
}