mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 07:49:52 +03:00
lib updates
This commit is contained in:
@@ -53,7 +53,7 @@ custom_password = admin
|
|||||||
; example override for lib_deps and using locally built modules
|
; example override for lib_deps and using locally built modules
|
||||||
; lib_deps =
|
; lib_deps =
|
||||||
; bblanchon/ArduinoJson @ 7.4.1
|
; bblanchon/ArduinoJson @ 7.4.1
|
||||||
; ESP32Async/AsyncTCP @ 3.4.0
|
; ESP32Async/AsyncTCP @ 3.4.2
|
||||||
; ESP32Async/ESPAsyncWebServer @ 3.7.7
|
; ESP32Async/ESPAsyncWebServer @ 3.7.7
|
||||||
; file://${PROJECT_DIR}/../modules/EMS-ESP-Modules
|
; file://${PROJECT_DIR}/../modules/EMS-ESP-Modules
|
||||||
; ; https://github.com/emsesp/EMS-ESP-Modules.git @ 1.0.7
|
; ; https://github.com/emsesp/EMS-ESP-Modules.git @ 1.0.7
|
||||||
|
|||||||
@@ -54,7 +54,7 @@ framework = arduino
|
|||||||
board_build.partitions = partitions/esp32_partition_16M.csv
|
board_build.partitions = partitions/esp32_partition_16M.csv
|
||||||
board_upload.flash_size = 16MB
|
board_upload.flash_size = 16MB
|
||||||
board_build.app_partition_name = app0
|
board_build.app_partition_name = app0
|
||||||
platform = espressif32@6.10.0 ; Arduino Core v2.0.17 / IDF v4.4.7
|
platform = espressif32@6.11.0 ; Arduino Core v2.0.17 / IDF v4.4.7
|
||||||
|
|
||||||
; 32MB Flash variants
|
; 32MB Flash variants
|
||||||
[espressif32_base_32M]
|
[espressif32_base_32M]
|
||||||
@@ -62,7 +62,7 @@ framework = arduino
|
|||||||
board_build.partitions = partitions/esp32_partition_32M.csv
|
board_build.partitions = partitions/esp32_partition_32M.csv
|
||||||
board_upload.flash_size = 32MB
|
board_upload.flash_size = 32MB
|
||||||
board_build.app_partition_name = app0
|
board_build.app_partition_name = app0
|
||||||
platform = espressif32@6.10.0 ; Arduino Core 2.0.17 / IDF 4.4.7
|
platform = espressif32@6.11.0 ; Arduino Core 2.0.17 / IDF 4.4.7
|
||||||
|
|
||||||
; use Tasmota's library for 4MB Flash variants.
|
; use Tasmota's library for 4MB Flash variants.
|
||||||
; Removes libs (like mbedtsl, so no WiFi_secure.h) to increase available heap
|
; Removes libs (like mbedtsl, so no WiFi_secure.h) to increase available heap
|
||||||
@@ -101,7 +101,7 @@ build_type = release
|
|||||||
board_build.filesystem = littlefs
|
board_build.filesystem = littlefs
|
||||||
lib_deps =
|
lib_deps =
|
||||||
bblanchon/ArduinoJson @ 7.4.1
|
bblanchon/ArduinoJson @ 7.4.1
|
||||||
ESP32Async/AsyncTCP @ 3.4.1
|
ESP32Async/AsyncTCP @ 3.4.2
|
||||||
ESP32Async/ESPAsyncWebServer @ 3.7.7
|
ESP32Async/ESPAsyncWebServer @ 3.7.7
|
||||||
https://github.com/emsesp/EMS-ESP-Modules.git @ 1.0.7
|
https://github.com/emsesp/EMS-ESP-Modules.git @ 1.0.7
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user