Fixed syntax error on line 92
This commit is contained in:
parent
792c0814a5
commit
72b21a61ae
2
init.lua
2
init.lua
@ -89,7 +89,7 @@ if (wifi.getmode() == wifi.STATION) or (wifi.getmode() == wifi.STATIONAP) then
|
|||||||
end
|
end
|
||||||
|
|
||||||
-- Uncomment to automatically start the server in port 80
|
-- Uncomment to automatically start the server in port 80
|
||||||
if (not not wifi.sta.getip()) or (not not wifi.ap.getip()l) then
|
if (not not wifi.sta.getip()) or (not not wifi.ap.getip()) then
|
||||||
dofile("httpserver.lc")(80)
|
dofile("httpserver.lc")(80)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user