Updated develop OTA link in example

Jason2866 2019-10-17 10:31:44 +02:00
parent 095dbcbf19
commit 699ebe6398
1 changed files with 1 additions and 1 deletions

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