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