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