From a538a89933cb629a61fc8ca64a10b9a0ed9f0a0e Mon Sep 17 00:00:00 2001 From: Paul Date: Sun, 1 Sep 2019 14:04:28 +0200 Subject: [PATCH] updated for 1.9.0 --- platformio.ini-example | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/platformio.ini-example b/platformio.ini-example index 40424e9d5..b3c2b21f8 100644 --- a/platformio.ini-example +++ b/platformio.ini-example @@ -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 -