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 ----------------------------------------