mirror of
https://github.com/Doodle3D/doodle3d-firmware.git
synced 2025-01-03 08:13:49 +01:00
Reenabling associate action
This commit is contained in:
parent
3c59322cf7
commit
a341739336
@ -183,12 +183,6 @@ end
|
|||||||
|
|
||||||
local response, err = rq:handle()
|
local response, err = rq:handle()
|
||||||
|
|
||||||
|
|
||||||
local utils = require('util.utils')
|
|
||||||
local log = require('util.logger')
|
|
||||||
log:info("Main (request handled")
|
|
||||||
log:info(" response.postResponseQueue: "..utils.dump(response.postResponseQueue))
|
|
||||||
|
|
||||||
if err ~= nil then log:error(err) end
|
if err ~= nil then log:error(err) end
|
||||||
response:send()
|
response:send()
|
||||||
|
|
||||||
|
@ -108,7 +108,7 @@ function M.associate_POST(request, response)
|
|||||||
local associate = function()
|
local associate = function()
|
||||||
local rv,msg = netconf.associateSsid(argSsid, argPhrase, argRecreate)
|
local rv,msg = netconf.associateSsid(argSsid, argPhrase, argRecreate)
|
||||||
end
|
end
|
||||||
--response:addPostResponseFunction(associate)
|
response:addPostResponseFunction(associate)
|
||||||
|
|
||||||
local helloA = function()
|
local helloA = function()
|
||||||
local log = require('util.logger')
|
local log = require('util.logger')
|
||||||
|
Loading…
Reference in New Issue
Block a user