Преглед на файлове

Removed parameter that is no longer needed

Marcos Kirsch преди 9 години
родител
ревизия
c1ca93a78c
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      init.lua

+ 1 - 1
init.lua

@@ -13,7 +13,7 @@ tmr.alarm(0, 3000, 1, function()
       tmr.stop(0)
       print('IP: ',wifi.sta.getip())
       -- Uncomment to automatically start the server in port 80
-      -- dofile("httpserver.lc")(80, 10)
+      -- dofile("httpserver.lc")(80)
    end
 end)