fix typo with DEFAULT_NO_SERIAL

This commit is contained in:
Paul Derbyshire
2019-07-08 13:42:45 +02:00
parent 32b61f67cf
commit 2f4d58bef4
2 changed files with 3 additions and 3 deletions

View File

@@ -9,9 +9,9 @@ default_envs = debug
[common]
; -DMYESP_TIMESTAMP -DTESTS -DCRASH -DNO_SERIAL
; -DNO_SERIAL if you want a fresh install to use the Serial port
; -DDEFAULT_NO_SERIAL if you want a fresh install to use the Serial port
debug_flags = -Wall -DCRASH
release_flags = -w -DDNO_SERIAL
release_flags = -w -DDEFAULT_NO_SERIAL
general_flags = -g -DNO_GLOBAL_EEPROM
arduino_core_2_3_0 = espressif8266@1.5.0