Added flash LED static setting

This commit is contained in:
Rene Zeldenthuis
2022-10-31 22:29:52 +01:00
parent bd09bc16bd
commit 30d506576f
4 changed files with 23 additions and 5 deletions

View File

@@ -5,7 +5,7 @@
#define WIFI_SSID "ESP32CAM-RTSP"
#define WIFI_PASSWORD nullptr
#define CONFIG_VERSION "1.1"
#define CONFIG_VERSION "1.2"
#define OTA_PASSWORD "ESP32CAM-RTSP"
@@ -15,3 +15,4 @@
#define DEFAULT_FRAME_BUFFERS "2"
#define DEFAULT_FRAME_SIZE "SVGA (800x600)"
#define DEFAULT_JPEG_QUALITY "12"
#define DEFAULT_LIGHT_INTENSITY "5"