mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-25 20:26:41 +00:00
Add stm32 build_flags
This commit is contained in:
parent
e05a07797d
commit
0d26060edd
@ -58,8 +58,8 @@ lib_ignore =
|
|||||||
|
|
||||||
; -- littlevgl config options ----------------------
|
; -- littlevgl config options ----------------------
|
||||||
build_flags =
|
build_flags =
|
||||||
-Os ; Code Size Optimization
|
;-Os ; Code Size Optimization
|
||||||
;-Og ; Code Debug Optimization
|
-Og ; Code Debug Optimization
|
||||||
;-w ; Suppress warnings
|
;-w ; Suppress warnings
|
||||||
-D CORE_DEBUG_LEVEL=1 ; Errors
|
-D CORE_DEBUG_LEVEL=1 ; Errors
|
||||||
-D LV_CONF_INCLUDE_SIMPLE
|
-D LV_CONF_INCLUDE_SIMPLE
|
||||||
@ -80,7 +80,8 @@ esp32_flags=
|
|||||||
${env.build_flags}
|
${env.build_flags}
|
||||||
-D HTTP_UPLOAD_BUFLEN=1024 ; lower http upload buffer
|
-D HTTP_UPLOAD_BUFLEN=1024 ; lower http upload buffer
|
||||||
-D MQTT_MAX_PACKET_SIZE=2048 ; longer PubSubClient messages
|
-D MQTT_MAX_PACKET_SIZE=2048 ; longer PubSubClient messages
|
||||||
|
stm32_flags=
|
||||||
|
${env.build_flags}
|
||||||
|
|
||||||
; -- By default there are no ${override.build_flags} set
|
; -- By default there are no ${override.build_flags} set
|
||||||
; -- to use it, copy platformio_override.ini from the template
|
; -- to use it, copy platformio_override.ini from the template
|
||||||
|
Loading…
x
Reference in New Issue
Block a user