This commit is contained in:
Rene Zeldenthuis
2024-03-19 13:45:22 +01:00
parent 2eb7a58e1c
commit 86ae9af574
6 changed files with 22 additions and 13 deletions

View File

@@ -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