From 322b79a5002420e11d83e294973c4bcd1dce64a9 Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Sat, 4 Jul 2020 20:38:45 +0200 Subject: [PATCH] Override default OTA_URL Signed-off-by: Knut Ahlers --- uco_tasmota-minimal.h | 3 +++ uco_tasmota.h | 3 +++ 2 files changed, 6 insertions(+) diff --git a/uco_tasmota-minimal.h b/uco_tasmota-minimal.h index d5f5505..24b892d 100644 --- a/uco_tasmota-minimal.h +++ b/uco_tasmota-minimal.h @@ -46,6 +46,9 @@ #undef CFG_HOLDER #define CFG_HOLDER 4617 // [Reset 1] Change this value to load SECTION1 configuration parameters to flash +#undef OTA_URL +#define OTA_URL "http://assets.luzifer.io/tasmota/tasmota-minimal.bin" + // -- Setup your own Wifi settings --------------- #undef STA_SSID1 #define STA_SSID1 "{{ env "WIFI_SSID" }}" // [Ssid1] Wifi SSID diff --git a/uco_tasmota.h b/uco_tasmota.h index c28112d..24756ed 100644 --- a/uco_tasmota.h +++ b/uco_tasmota.h @@ -46,6 +46,9 @@ #undef CFG_HOLDER #define CFG_HOLDER 4617 // [Reset 1] Change this value to load SECTION1 configuration parameters to flash +#undef OTA_URL +#define OTA_URL "http://assets.luzifer.io/tasmota/tasmota.bin" + // -- Setup your own Wifi settings --------------- #undef STA_SSID1 #define STA_SSID1 "{{ env "WIFI_SSID" }}" // [Ssid1] Wifi SSID