Changed to OTA URL by removing the "ino." in the filename.

Jürgen Baginski 2018-05-02 21:11:03 +02:00
parent 6c54231456
commit cda95c07b9
1 changed files with 1 additions and 1 deletions

@ -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")
}
}