mirror of https://github.com/arendst/Tasmota.git
Use gz as default for OTA URL
This commit is contained in:
parent
594f57464f
commit
6545e3f22d
|
@ -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 ----------------------------------------
|
||||
|
|
Loading…
Reference in New Issue