#31 auto re-connect after wifi switch

pull/1/head
Thomas Ballmann 3 years ago
parent 5aa96a9eee
commit 780f1026db

@ -137,7 +137,7 @@
// phone should be back in regular wifi
// search for device via mDNS
window.location = 'http://paperdash-display.local'
}, 3000)
}, 5000)
})
},
stepBack () {

@ -178,8 +178,8 @@
setTimeout(() => {
// phone should be back in regular wifi
// search for device via mDNS
window.location = 'http://paperdash-display.local'
}, 3000)
window.location = 'http://paperdash-display.local/#/setup/name'
}, 5000)
})
},
},

Loading…
Cancel
Save