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

@@ -14,7 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- reset firmware option. If the reset button on the ESP is pressed during boot up sequence (the LED is flashing very fast) all settings are erased and goes into AP mode.
- Added tx_mode back with options 0,1 and 2 until we've fixed option 2 that works for everyone and doesn't reset ESP
- More solar module data captured, thanks to @Vuego123
- -DNO_SERIAL option added to determine if the Serial port should be enabled on fresh installs
- -DDEFAULT_NO_SERIAL option added to determine if the Serial port should be enabled on fresh installs
### Fixed

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