Unverified Commit 62640b3c authored by Tomáš Pilný's avatar Tomáš Pilný Committed by GitHub

Swapped enable_led() and isStreaming setup (#8017)

parent 0d84018d
......@@ -562,8 +562,8 @@ static esp_err_t stream_handler(httpd_req_t *req)
httpd_resp_set_hdr(req, "X-Framerate", "60");
#if CONFIG_LED_ILLUMINATOR_ENABLED
enable_led(true);
isStreaming = true;
enable_led(true);
#endif
while (true)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment