updated for 1.9.0

This commit is contained in:
Paul
2019-09-01 14:04:28 +02:00
parent 198b2e771c
commit a538a89933

View File

@@ -3,16 +3,14 @@
;
[platformio]
default_envs = release
;default_envs = debug
;default_envs = release
default_envs = debug
[common]
; -DMYESP_TIMESTAMP -DTESTS -DCRASH -DFORCE_SERIAL -DNO_GLOBAL_EEPROM -DLOGICANALYZER
;general_flags = -Wl,-Teagle.flash.4m2m.ld
general_flags =
[env]
;board = esp12e
board = d1_mini
framework = arduino
platform = espressif8266
@@ -67,10 +65,11 @@ extra_scripts = pre:scripts/clean_fw.py
[env:release]
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]
build_type = debug
build_flags = ${common.general_flags} -Wall
extra_scripts = scripts/checkcode.py