mirror of https://github.com/arendst/Tasmota.git
Updated develop OTA link in example
parent
095dbcbf19
commit
699ebe6398
|
@ -251,7 +251,7 @@ then
|
|||
case "queryFW" :
|
||||
publish("broker", "cmnd/" + device_id + "/status", "2")
|
||||
case "upgrade" : {
|
||||
publish("broker", "cmnd/" + device_id + "/otaurl", "http://sonoff.maddox.co.uk/tasmota/sonoff.bin")
|
||||
publish("broker", "cmnd/" + device_id + "/otaurl", "http://thehackbox.org/tasmota/sonoff.bin")
|
||||
publish("broker", "cmnd/" + device_id + "/upgrade", "1")
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue