github workflow updates

This commit is contained in:
proddy
2020-09-20 20:17:42 +02:00
parent 32634755b2
commit 17f9df6a71
3 changed files with 65 additions and 2 deletions

View File

@@ -12,6 +12,7 @@ extra_configs =
[common]
debug_flags =
; -D EMSESP_DEBUG
; -D EMSESP_UART_DEBUG
; -D EMSESP_FORCE_SERIAL
; default platformio compile flags are: -fno-rtti -std=c++11 -Os -mlongcalls -mtext-section-literals -falign-functions=4 -ffunction-sections -fdata-sections -fno-exceptions -Wall
@@ -37,7 +38,7 @@ libs_core =
[env]
extra_scripts =
pre:scripts/build_interface.py
; pre:scripts/build_interface.py
scripts/main_script.py
scripts/rename_fw.py
scripts/gzip_fw.py