From 0ddaa52527b8497972515bd9141a972aad7dd13d Mon Sep 17 00:00:00 2001 From: Hazar Karabay Date: Wed, 16 Sep 2015 22:10:49 +0300 Subject: [PATCH] init.lua typo Deleting stray character at line 92. --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index 9456096..8b54dd5 100644 --- a/init.lua +++ b/init.lua @@ -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