From e7a870c3bf347abbc9852604d9e3b37df3b54142 Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Mon, 1 Mar 2021 20:30:22 +0100 Subject: [PATCH 1/2] Clarify where the changes has to be --- tasmota/user_config_override_sample.h | 1 + 1 file changed, 1 insertion(+) diff --git a/tasmota/user_config_override_sample.h b/tasmota/user_config_override_sample.h index cf5f27a25..8c8e02b7e 100644 --- a/tasmota/user_config_override_sample.h +++ b/tasmota/user_config_override_sample.h @@ -82,6 +82,7 @@ Examples : #define WIFI_DNS MY_DNS // If not using DHCP set DNS IP address (might be equal to WIFI_GATEWAY) #endif +// !!! Place your changes AFTER the line with "*/" !!! */ From 18ed1d900783b1bab70d54e0a6e477a081940be8 Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Tue, 2 Mar 2021 12:40:14 +0100 Subject: [PATCH 2/2] Fix comment error --- tasmota/user_config_override_sample.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasmota/user_config_override_sample.h b/tasmota/user_config_override_sample.h index 8c8e02b7e..ae434bb9c 100644 --- a/tasmota/user_config_override_sample.h +++ b/tasmota/user_config_override_sample.h @@ -82,7 +82,7 @@ Examples : #define WIFI_DNS MY_DNS // If not using DHCP set DNS IP address (might be equal to WIFI_GATEWAY) #endif -// !!! Place your changes AFTER the line with "*/" !!! +// !!! Remember that your changes GOES AT THE BOTTOM OF THIS FILE right before the last #endif !!! */