#31 auto re-connect after wifi switch

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

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

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

Loading…
Cancel
Save