This commit is contained in:
proddy
2019-03-17 14:59:37 +01:00
parent 3f3a475ee1
commit 4a559866c7
7 changed files with 173 additions and 106 deletions

View File

@@ -13,10 +13,10 @@ platform = ${common.platform_def}
flash_mode = dout
; for production
;build_flags = -Os
build_flags = -Os -w
; for debug
build_flags = -g -Wall -Wextra -Werror -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-variable -DCRASH
; build_flags = -g -Wall -Wextra -Werror -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-variable -DCRASH
wifi_settings =
; hard code if you prefer. Recommendation is to set from within the app when in Serial or AP mode