Removed parameter that is no longer needed
This commit is contained in:
parent
f43025f237
commit
c1ca93a78c
2
init.lua
2
init.lua
@ -13,7 +13,7 @@ tmr.alarm(0, 3000, 1, function()
|
|||||||
tmr.stop(0)
|
tmr.stop(0)
|
||||||
print('IP: ',wifi.sta.getip())
|
print('IP: ',wifi.sta.getip())
|
||||||
-- Uncomment to automatically start the server in port 80
|
-- Uncomment to automatically start the server in port 80
|
||||||
-- dofile("httpserver.lc")(80, 10)
|
-- dofile("httpserver.lc")(80)
|
||||||
end
|
end
|
||||||
end)
|
end)
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user