From fa854b7bfbfab508f9a9567499e89f2ef61ff997 Mon Sep 17 00:00:00 2001 From: Jason2866 Date: Fri, 1 Nov 2019 11:44:18 +0100 Subject: [PATCH] Update platformio.ini --- platformio.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/platformio.ini b/platformio.ini index cae9f6b78..2ed7415c3 100755 --- a/platformio.ini +++ b/platformio.ini @@ -14,7 +14,7 @@ build_cache_dir = .cache ; *** Build/upload environment default_envs = -; *** Uncomment the line(s) below to select version(s) +; *** Uncomment by deleting ";" in the line(s) below to select version(s) ; tasmota ; tasmota-ircustom ; alternative to 'tasmota' with full IR protocols activated, you will need to disable some features to keep code not too big ; tasmota-minimal @@ -54,7 +54,7 @@ platform = ${core_active.platform} build_flags = ${core_active.build_flags} ; ********************************************************************* -; *** Uncomment to use custom settings from file user_config_override.h +; *** Uncomment by deleting ";" to use custom settings from file user_config_override.h ; -DUSE_CONFIG_OVERRIDE ; *********************************************************************