added option to enable serial on new installations

This commit is contained in:
Paul
2019-07-04 22:58:33 +02:00
parent 6368b12255
commit e2804cabc0
3 changed files with 45 additions and 48 deletions

View File

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