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
1 changed files with 1 additions and 0 deletions

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