diff --git a/init.lua b/init.lua index ed5f5f9..9f46060 100644 --- a/init.lua +++ b/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)