mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-09 01:09:51 +03:00
updated for 1.9.0
This commit is contained in:
@@ -3,16 +3,14 @@
|
|||||||
;
|
;
|
||||||
|
|
||||||
[platformio]
|
[platformio]
|
||||||
default_envs = release
|
;default_envs = release
|
||||||
;default_envs = debug
|
default_envs = debug
|
||||||
|
|
||||||
[common]
|
[common]
|
||||||
; -DMYESP_TIMESTAMP -DTESTS -DCRASH -DFORCE_SERIAL -DNO_GLOBAL_EEPROM -DLOGICANALYZER
|
; -DMYESP_TIMESTAMP -DTESTS -DCRASH -DFORCE_SERIAL -DNO_GLOBAL_EEPROM -DLOGICANALYZER
|
||||||
;general_flags = -Wl,-Teagle.flash.4m2m.ld
|
|
||||||
general_flags =
|
general_flags =
|
||||||
|
|
||||||
[env]
|
[env]
|
||||||
;board = esp12e
|
|
||||||
board = d1_mini
|
board = d1_mini
|
||||||
framework = arduino
|
framework = arduino
|
||||||
platform = espressif8266
|
platform = espressif8266
|
||||||
@@ -67,10 +65,11 @@ extra_scripts = pre:scripts/clean_fw.py
|
|||||||
|
|
||||||
[env:release]
|
[env:release]
|
||||||
build_flags = ${common.general_flags}
|
build_flags = ${common.general_flags}
|
||||||
extra_scripts = pre:scripts/rename_fw.py
|
extra_scripts =
|
||||||
|
pre:scripts/rename_fw.py
|
||||||
|
pre:scripts/buildweb.py
|
||||||
|
|
||||||
[env:checkcode]
|
[env:checkcode]
|
||||||
build_type = debug
|
build_type = debug
|
||||||
build_flags = ${common.general_flags} -Wall
|
build_flags = ${common.general_flags} -Wall
|
||||||
extra_scripts = scripts/checkcode.py
|
extra_scripts = scripts/checkcode.py
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user