mirror of https://github.com/arendst/Tasmota.git
Update OtaUrl for ESP32
This commit is contained in:
parent
138ddfb16e
commit
a4e4101cf1
|
@ -90,7 +90,11 @@
|
||||||
#define MQTT_LOG_LEVEL LOG_LEVEL_NONE // [MqttLog] (LOG_LEVEL_NONE, LOG_LEVEL_ERROR, LOG_LEVEL_INFO, LOG_LEVEL_DEBUG, LOG_LEVEL_DEBUG_MORE)
|
#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 -----------------------------------------
|
// -- Ota -----------------------------------------
|
||||||
|
#ifdef ESP8266
|
||||||
#define OTA_URL "http://ota.tasmota.com/tasmota/release/tasmota.bin.gz" // [OtaUrl]
|
#define OTA_URL "http://ota.tasmota.com/tasmota/release/tasmota.bin.gz" // [OtaUrl]
|
||||||
|
#else // ESP32
|
||||||
|
#define OTA_URL "http://ota.tasmota.com/tasmota32/release/tasmota.bin" // [OtaUrl]
|
||||||
|
#endif
|
||||||
#define OTA_COMPATIBILITY false // [SetOption78] Disable OTA compatibility check
|
#define OTA_COMPATIBILITY false // [SetOption78] Disable OTA compatibility check
|
||||||
|
|
||||||
// -- MQTT ----------------------------------------
|
// -- MQTT ----------------------------------------
|
||||||
|
|
Loading…
Reference in New Issue