increased timer time

This commit is contained in:
Marcos Kirsch 2015-02-14 21:32:53 -06:00
parent 51bfb3a8cc
commit f07b5d8760

View File

@ -12,7 +12,7 @@ wifi.sta.config("Internet","")
-- Wait until WiFi connection is established -- Wait until WiFi connection is established
tmr.alarm(0, 2000, 1, function() tmr.alarm(0, 3000, 1, function()
if wifi.sta.getip() == nil then if wifi.sta.getip() == nil then
print("Connecting to AP...") print("Connecting to AP...")
else else