From c1ca93a78c402f37560bd2119a9290e28fb7c8c1 Mon Sep 17 00:00:00 2001 From: Marcos Kirsch Date: Sat, 28 Feb 2015 16:57:30 -0600 Subject: [PATCH] Removed parameter that is no longer needed --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)