mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 16:29:51 +03:00
fix typo with DEFAULT_NO_SERIAL
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user