mirror of
https://github.com/rzeldent/esp32cam-rtsp.git
synced 2025-11-14 20:18:01 +00:00
WIP
This commit is contained in:
@@ -9,6 +9,12 @@
|
||||
|
||||
#define OTA_PASSWORD "ESP32CAM-RTSP"
|
||||
|
||||
// Time servers
|
||||
#define NTP_SERVER_1 "nl.pool.ntp.org"
|
||||
#define NTP_SERVER_2 "europe.pool.ntp.org"
|
||||
#define NTP_SERVER_3 "time.nist.gov"
|
||||
#define NTP_SERVERS NTP_SERVER_1, NTP_SERVER_2, NTP_SERVER_3
|
||||
|
||||
#define RTSP_PORT 554
|
||||
|
||||
#define DEFAULT_FRAME_DURATION 200
|
||||
|
||||
Reference in New Issue
Block a user