increased timer time
This commit is contained in:
parent
51bfb3a8cc
commit
f07b5d8760
2
init.lua
2
init.lua
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user