From 6545e3f22d2a1bbe4397981df4d46d5f2b6677ee Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Wed, 28 Oct 2020 13:24:22 +0100 Subject: [PATCH] Use gz as default for OTA URL --- 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 d78bd097f..21ad0a55d 100644 --- a/tasmota/my_user_config.h +++ b/tasmota/my_user_config.h @@ -90,7 +90,7 @@ #define MQTT_LOG_LEVEL LOG_LEVEL_NONE // [MqttLog] (LOG_LEVEL_NONE, LOG_LEVEL_ERROR, LOG_LEVEL_INFO, LOG_LEVEL_DEBUG, LOG_LEVEL_DEBUG_MORE) // -- Ota ----------------------------------------- -#define OTA_URL "http://ota.tasmota.com/tasmota/release/tasmota.bin" // [OtaUrl] +#define OTA_URL "http://ota.tasmota.com/tasmota/release/tasmota.bin.gz" // [OtaUrl] #define OTA_COMPATIBILITY false // [SetOption78] Disable OTA compatibility check // -- MQTT ----------------------------------------