mirror of
https://github.com/paperdash/device-epd.git
synced 2024-11-04 12:00:27 +00:00
continue setup after initial wifi settings
This commit is contained in:
parent
50c231edcf
commit
8f52706615
@ -47,7 +47,9 @@
|
||||
const wifiConnected = this.stats.wifi.connected
|
||||
|
||||
// only on initial navigation
|
||||
if (!setupFinished) {
|
||||
if (wifiConnected && !setupFinished) {
|
||||
goto = '/setup/weather'
|
||||
} else if (!setupFinished) {
|
||||
if (this.$route.path !== '/setup/start') {
|
||||
goto = '/setup/start'
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user