mirror of
https://github.com/Doodle3D/doodle3d-firmware.git
synced 2024-12-22 11:03:48 +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 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
|
||||
response:send()
|
||||
|
||||
|
@ -108,7 +108,7 @@ function M.associate_POST(request, response)
|
||||
local associate = function()
|
||||
local rv,msg = netconf.associateSsid(argSsid, argPhrase, argRecreate)
|
||||
end
|
||||
--response:addPostResponseFunction(associate)
|
||||
response:addPostResponseFunction(associate)
|
||||
|
||||
local helloA = function()
|
||||
local log = require('util.logger')
|
||||
|
Loading…
Reference in New Issue
Block a user