sync with 1.9 changes

This commit is contained in:
Paul
2019-09-01 14:38:42 +02:00
parent 8f26fb655e
commit 81a188a52a
7 changed files with 21 additions and 2775 deletions

View File

@@ -8,11 +8,9 @@ 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