mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-27 13:16:45 +00:00
Update ESP32 platform version
This commit is contained in:
parent
c11a127549
commit
56c0f6e784
@ -91,7 +91,7 @@ src_filter = +<*> -<.git/> -<examples/> -<test/> -<tests/> -<stm32f4/> -<lv_font
|
|||||||
; -- Platform specific build flags
|
; -- Platform specific build flags
|
||||||
[esp32]
|
[esp32]
|
||||||
framework = arduino
|
framework = arduino
|
||||||
platform = espressif32@^3.2.1
|
platform = espressif32@^3.3.0
|
||||||
|
|
||||||
board_upload.flash_size=4MB
|
board_upload.flash_size=4MB
|
||||||
board_upload.maximum_size = 4194304
|
board_upload.maximum_size = 4194304
|
||||||
@ -115,6 +115,7 @@ build_flags =
|
|||||||
-D MQTT_MAX_PACKET_SIZE=2048 ; longer PubSubClient messages
|
-D MQTT_MAX_PACKET_SIZE=2048 ; longer PubSubClient messages
|
||||||
-D HASP_CONSOLE_BUFFER=256 ; maximum length of a console/telnet command
|
-D HASP_CONSOLE_BUFFER=256 ; maximum length of a console/telnet command
|
||||||
-D NO_GLOBAL_HTTPUPDATE ; dont instantiate httpUpdate
|
-D NO_GLOBAL_HTTPUPDATE ; dont instantiate httpUpdate
|
||||||
|
;-D CONFIG_NEWLIB_NANO_FORMAT
|
||||||
; -- lvgl build options -----------------------------
|
; -- lvgl build options -----------------------------
|
||||||
-D LV_MEM_SIZE=49152U ; 48 kB lvgl memory
|
-D LV_MEM_SIZE=49152U ; 48 kB lvgl memory
|
||||||
-D LV_ATTRIBUTE_FAST_MEM=IRAM_ATTR
|
-D LV_ATTRIBUTE_FAST_MEM=IRAM_ATTR
|
||||||
@ -149,6 +150,7 @@ lib_ignore =
|
|||||||
AXP192
|
AXP192
|
||||||
|
|
||||||
lib_deps =
|
lib_deps =
|
||||||
|
ESP Async WebServer
|
||||||
LittleFS_esp32
|
LittleFS_esp32
|
||||||
git+https://github.com/lvgl/lv_lib_png.git#release/v7
|
git+https://github.com/lvgl/lv_lib_png.git#release/v7
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user