⚠ This page is served via a proxy. Original site: https://github.com
This service does not collect credentials or authentication data.
Skip to content

Companion Protocol: RESP_CODE_TUNING_PARAMS deviation #1453

@PeterGrace

Description

@PeterGrace

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions