0
0
mirror of https://github.com/Doodle3D/doodle3d-firmware.git synced 2025-01-03 08:13:49 +01:00

Unsilencing network connection attempts

This commit is contained in:
peteruithoven 2013-12-09 21:15:02 +01:00
parent f534b7cf91
commit 5ccbf68362

View File

@ -172,7 +172,7 @@ local function init(environment)
s, msg = wifi.init() s, msg = wifi.init()
if not s then return s, msg end 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 if not s then return s, msg end
return true return true