FIX: test_t55x7_psk.lua now correctly handles bitrate/modulation/clockrate combinations for PSK1.

Uncomment lines in main to test PSK2, PSK3.
This commit is contained in:
iceman1001 2015-03-18 20:29:18 +01:00
parent ca65d3af86
commit 1c6490cddc
2 changed files with 38 additions and 30 deletions

View file

@ -217,6 +217,6 @@ function Command:getBytes()
local data = self.data
local cmd = self.cmd
local arg1, arg2, arg3 = self.arg1, self.arg2, self.arg3
return bin.pack("LLLLH",cmd, arg1, arg2, arg3,data);
return bin.pack("LLLLH",cmd, arg1, arg2, arg3, data);
end
return _commands