From 8e07f0de26d0722015bea0bbfff3ee0cf92be385 Mon Sep 17 00:00:00 2001 From: Jason2866 Date: Thu, 31 Oct 2019 21:36:37 +0100 Subject: [PATCH] Delete outdated info --- tasmota/user_config_override_sample.h | 1 - 1 file changed, 1 deletion(-) diff --git a/tasmota/user_config_override_sample.h b/tasmota/user_config_override_sample.h index ef97e43cf..c70ec849f 100644 --- a/tasmota/user_config_override_sample.h +++ b/tasmota/user_config_override_sample.h @@ -31,7 +31,6 @@ * (3) for platformio: * define USE_CONFIG_OVERRIDE as a build flags. * ie1 : export PLATFORMIO_BUILD_FLAGS='-DUSE_CONFIG_OVERRIDE' - * ie2 : enable in file platformio.ini "build_flags = -Wl,-Tesp8266.flash.1m0.ld -DUSE_CONFIG_OVERRIDE" * for Arduino IDE: * enable define USE_CONFIG_OVERRIDE in my_user_config.h ******************************************************************************************************