Explorar o código

Fixed syntax error on line 92

Lionello Lunesu %!s(int64=8) %!d(string=hai) anos
pai
achega
72b21a61ae
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      init.lua

+ 1 - 1
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