From 2f4d58bef4ba3f56398f6086244b09ced909f616 Mon Sep 17 00:00:00 2001 From: Paul Derbyshire Date: Mon, 8 Jul 2019 13:42:45 +0200 Subject: [PATCH] fix typo with DEFAULT_NO_SERIAL --- CHANGELOG.md | 2 +- platformio.ini-example | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3351cd6e5..27870abe2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/platformio.ini-example b/platformio.ini-example index 8719f8148..6ff32ab56 100644 --- a/platformio.ini-example +++ b/platformio.ini-example @@ -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