init.lua typo

Deleting stray character at line 92.
This commit is contained in:
Hazar Karabay 2015-09-16 22:10:49 +03:00
parent b7f78481a2
commit 0ddaa52527

View File

@ -89,7 +89,7 @@ if (wifi.getmode() == wifi.STATION) or (wifi.getmode() == wifi.STATIONAP) then
end
-- 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)
end