mirror of
https://github.com/Doodle3D/doodle3d-firmware.git
synced 2026-02-15 23:32:43 +01:00
Set signin status to idle after failed signin
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user