mirror of
https://github.com/rzeldent/esp32cam-rtsp.git
synced 2025-11-14 12:08:02 +00:00
Fix for faulty lenght in iotwebconf library
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
#define WIFI_SSID "ESP32CAM-RTSP"
|
#define WIFI_SSID "ESP32CAM-RTSP"
|
||||||
#define WIFI_PASSWORD nullptr
|
#define WIFI_PASSWORD nullptr
|
||||||
#define CONFIG_VERSION "1.2"
|
#define CONFIG_VERSION "1.3"
|
||||||
|
|
||||||
#define OTA_PASSWORD "ESP32CAM-RTSP"
|
#define OTA_PASSWORD "ESP32CAM-RTSP"
|
||||||
|
|
||||||
|
|||||||
@@ -33,6 +33,7 @@ build_flags =
|
|||||||
-D LED_BUILTIN=33
|
-D LED_BUILTIN=33
|
||||||
-D BOARD_HAS_PSRAM
|
-D BOARD_HAS_PSRAM
|
||||||
-mfix-esp32-psram-cache-issue
|
-mfix-esp32-psram-cache-issue
|
||||||
|
-D IOTWEBCONF_PASSWORD_LEN 64
|
||||||
|
|
||||||
lib_deps =
|
lib_deps =
|
||||||
prampec/IotWebConf @ ^3.2.1
|
prampec/IotWebConf @ ^3.2.1
|
||||||
|
|||||||
Reference in New Issue
Block a user