mirror of
https://github.com/Doodle3D/doodle3d-firmware.git
synced 2025-01-31 05:15:10 +01:00
Set signin status to idle after failed signin
This commit is contained in:
parent
4279073fe0
commit
beb7f39471
@ -36,6 +36,7 @@ function M.signin()
|
||||
local localip = wifi.getLocalIP();
|
||||
if localip == nil then
|
||||
log:error("signin failed no local ip found")
|
||||
M.setStatus(IDLE_STATUS,"idle")
|
||||
return false
|
||||
end
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user