From 5ccbf6836268641d39a2f3e93e89715767e76adb Mon Sep 17 00:00:00 2001 From: peteruithoven Date: Mon, 9 Dec 2013 21:15:02 +0100 Subject: [PATCH] Unsilencing network connection attempts --- src/main.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.lua b/src/main.lua index ce2a413..7649424 100644 --- a/src/main.lua +++ b/src/main.lua @@ -172,7 +172,7 @@ local function init(environment) s, msg = wifi.init() if not s then return s, msg end - s, msg = netconf.init(wifi, true) + s, msg = netconf.init(wifi, false) if not s then return s, msg end return true