mirror of
https://github.com/jwetzell/q-sys-plugin-novastar.git
synced 2026-09-12 07:29:32 +00:00
fix response data logging
This commit is contained in:
@@ -747,7 +747,7 @@ if (Controls) then
|
|||||||
|
|
||||||
function processResponse(data)
|
function processResponse(data)
|
||||||
local response = ""
|
local response = ""
|
||||||
for k,v in pairs(bytes) do
|
for k,v in pairs(data) do
|
||||||
response = response .. string.pack("B", v)
|
response = response .. string.pack("B", v)
|
||||||
end
|
end
|
||||||
print("Received Packet")
|
print("Received Packet")
|
||||||
|
|||||||
Reference in New Issue
Block a user