mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 08:19:52 +03:00
default is release, with debug info
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
;
|
;
|
||||||
|
|
||||||
[platformio]
|
[platformio]
|
||||||
default_envs = debug
|
default_envs = release
|
||||||
|
|
||||||
[common]
|
[common]
|
||||||
; custom build options are:
|
; custom build options are:
|
||||||
@@ -74,3 +74,10 @@ build_flags = ${common.general_flags} ${common.custom_flags}
|
|||||||
extra_scripts =
|
extra_scripts =
|
||||||
pre:scripts/pre_script.py
|
pre:scripts/pre_script.py
|
||||||
scripts/main_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