mirror of
https://github.com/Doodle3D/doodle3d-firmware.git
synced 2024-12-22 11:03:48 +01:00
Disable boot mode for access point
This commit is contained in:
parent
60d07c9667
commit
ac46c183ac
@ -280,6 +280,7 @@ end
|
|||||||
function M.setupAccessPoint(ssid,boot)
|
function M.setupAccessPoint(ssid,boot)
|
||||||
M.setStatus(M.CREATING,"Creating access point '"..ssid.."'...");
|
M.setStatus(M.CREATING,"Creating access point '"..ssid.."'...");
|
||||||
boot = boot or false
|
boot = boot or false
|
||||||
|
--boot = false
|
||||||
if boot then log:info(" boot mode") end
|
if boot then log:info(" boot mode") end
|
||||||
|
|
||||||
-- add access point configuration
|
-- add access point configuration
|
||||||
|
Loading…
Reference in New Issue
Block a user