In the Companion Radio wiki documentation, the following payload is specified for RESP_CODE_TUNING_PARAMS:
CMD_SET_TUNING_PARAMS { // RESP_CODE_TUNING_PARAMS uses same
code: byte, // constant 21
rxdelay_base: uint32, // rxdelay * 1000
airtime_factor: uint32 // airtime factor * 1000
reserved: bytes(8) // set to zero
}
In actual testing, response payload is: [23,0,0,0,0,232,3,0,0]
Shouldn't the returned reserved field be 8 bytes of zero according to the spec?