Bugfix for too short WiFi-setup passwords
This commit is contained in:
parent
85579e98cf
commit
b0ec0685a1
3 changed files with 9 additions and 9 deletions
|
@ -15,7 +15,7 @@ default_envs = lolin_s3_mini_213epd, lolin_s3_mini_29epd, btclock_rev_b_213epd,
|
|||
|
||||
|
||||
[btclock_base]
|
||||
platform = espressif32 @ ^6.8.1
|
||||
platform = espressif32 @ ^6.9.0
|
||||
framework = arduino, espidf
|
||||
monitor_speed = 115200
|
||||
monitor_filters = esp32_exception_decoder, colorize
|
||||
|
@ -32,8 +32,8 @@ build_unflags =
|
|||
-fno-exceptions
|
||||
lib_deps =
|
||||
https://github.com/joltwallet/esp_littlefs.git
|
||||
bblanchon/ArduinoJson@^7.1.0
|
||||
mathieucarbou/ESPAsyncWebServer @ 3.3.1
|
||||
bblanchon/ArduinoJson@^7.2.0
|
||||
mathieucarbou/ESPAsyncWebServer @ 3.3.7
|
||||
adafruit/Adafruit BusIO@^1.16.1
|
||||
adafruit/Adafruit MCP23017 Arduino Library@^2.3.2
|
||||
adafruit/Adafruit NeoPixel@^1.12.3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue