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