mirror of
https://github.com/Doodle3D/doodle3d-firmware.git
synced 2025-04-20 18:16:30 +02:00
small fix logs
This commit is contained in:
parent
164057a40a
commit
7060f864aa
@ -323,9 +323,9 @@ function M.associateSsid(ssid, passphrase, recreate)
|
|||||||
-- signin to connect.doodle3d.com
|
-- signin to connect.doodle3d.com
|
||||||
local success, output = signin.signin()
|
local success, output = signin.signin()
|
||||||
if success then
|
if success then
|
||||||
log:info("API:Network:signed in")
|
log:info("Signed in")
|
||||||
else
|
else
|
||||||
log:info("API:Network:Signing in failed")
|
log:info("Signing in failed")
|
||||||
end
|
end
|
||||||
|
|
||||||
return true
|
return true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user