0
0
mirror of https://github.com/Doodle3D/doodle3d-firmware.git synced 2024-06-26 03:21:22 +02:00

Reenabling associate action

This commit is contained in:
peteruithoven 2013-09-02 18:05:02 +02:00
parent 3c59322cf7
commit a341739336
2 changed files with 1 additions and 7 deletions

View File

@ -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()

View File

@ -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')