mirror of https://github.com/arendst/Tasmota.git
Changed to OTA URL by removing the "ino." in the filename.
parent
6c54231456
commit
cda95c07b9
|
@ -170,7 +170,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.ino.bin")
|
||||
publish("broker", "cmnd/" + device_id + "/otaurl", "http://sonoff.maddox.co.uk/tasmota/sonoff.bin")
|
||||
publish("broker", "cmnd/" + device_id + "/upgrade", "1")
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue