From 881c4f4a854566091f6e3188149258359c21e3a2 Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Fri, 3 Mar 2023 12:34:20 +0100 Subject: [PATCH] fix `OTA_URL` Safe Guard --- tasmota/my_user_config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasmota/my_user_config.h b/tasmota/my_user_config.h index 128827898..7d6a3c18e 100644 --- a/tasmota/my_user_config.h +++ b/tasmota/my_user_config.h @@ -1204,7 +1204,7 @@ \*********************************************************************************************/ #ifndef OTA_URL - #define OTA_URL + #define OTA_URL "" #endif /*********************************************************************************************\