From f5fb209e9dea0699ee884cb96eda06779587719e Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Fri, 26 Jun 2020 08:03:11 +0200 Subject: [PATCH] Updated instructions --- tasmota/user_config_override_sample.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tasmota/user_config_override_sample.h b/tasmota/user_config_override_sample.h index 5bd99175a..227006776 100644 --- a/tasmota/user_config_override_sample.h +++ b/tasmota/user_config_override_sample.h @@ -29,8 +29,7 @@ * (1) copy this file to "user_config_override.h" (It will be ignored by Git) * (2) define your own settings below * (3) for platformio: - * define USE_CONFIG_OVERRIDE as a build flags. - * ie1 : export PLATFORMIO_BUILD_FLAGS='-DUSE_CONFIG_OVERRIDE' + * All done. * for Arduino IDE: * enable define USE_CONFIG_OVERRIDE in my_user_config.h ******************************************************************************************************