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] 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 !!! */