mirror of
https://github.com/Doodle3D/doodle3d-firmware.git
synced 2025-01-03 00:13:47 +01:00
Unsilencing network connection attempts
This commit is contained in:
parent
f534b7cf91
commit
5ccbf68362
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user