This commit is contained in:
John Varghese
2025-06-09 21:39:50 +05:30
parent 778cf4aaaf
commit 35e529e7e9
3 changed files with 5 additions and 1 deletions

View File

@@ -1,4 +1,6 @@
#pragma once
#include <Arduino.h>
void rtsp_server_start();
void rtsp_server_loop();
String getRTSPUrl();