mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 07:49:52 +03:00
default is release, with debug info
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
;
|
||||
|
||||
[platformio]
|
||||
default_envs = debug
|
||||
default_envs = release
|
||||
|
||||
[common]
|
||||
; custom build options are:
|
||||
@@ -74,3 +74,10 @@ build_flags = ${common.general_flags} ${common.custom_flags}
|
||||
extra_scripts =
|
||||
pre:scripts/pre_script.py
|
||||
scripts/main_script.py
|
||||
|
||||
[env:release]
|
||||
board = d1_mini
|
||||
build_flags = ${common.general_flags} ${common.custom_flags}
|
||||
extra_scripts =
|
||||
pre:scripts/pre_script.py
|
||||
scripts/main_script.py
|
||||
Reference in New Issue
Block a user