0
0
mirror of https://github.com/Doodle3D/doodle3d-firmware.git synced 2024-06-02 16:34:32 +02:00

Set signin status to idle after failed signin

This commit is contained in:
peteruithoven 2013-10-30 21:29:17 +01:00
parent 4279073fe0
commit beb7f39471

View File

@ -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