mirror of
https://github.com/Doodle3D/doodle3d-firmware.git
synced 2024-12-22 19:13:49 +01:00
Small cleanup
This commit is contained in:
parent
cdbb608f8d
commit
cdcd76654a
@ -84,14 +84,6 @@ function M._global_POST(request, response)
|
|||||||
|
|
||||||
local substitutedSsid = wifi.getSubstitutedSsid(settings.get('network.ap.ssid'))
|
local substitutedSsid = wifi.getSubstitutedSsid(settings.get('network.ap.ssid'))
|
||||||
response:addData("substituted_ssid",substitutedSsid)
|
response:addData("substituted_ssid",substitutedSsid)
|
||||||
|
|
||||||
-- we now call signin seperately trough cgi-bin
|
|
||||||
--[[log:info("API:Network:try signing in")
|
|
||||||
if signin.signin() then
|
|
||||||
log:info("API:Network:signin successfull")
|
|
||||||
else
|
|
||||||
log:info("API:Network:signin failed")
|
|
||||||
end]]--
|
|
||||||
end
|
end
|
||||||
|
|
||||||
function M.all_GET(request, response)
|
function M.all_GET(request, response)
|
||||||
|
Loading…
Reference in New Issue
Block a user