pub const V2IP_SOURCE_RATE_MIN: u8 = 5;Expand description
Lowest valid encoder TX rate, in units of 10Mb/s.
A V2IP device-config sender with no rate to offer puts a value outside
V2IP_SOURCE_RATE_MIN..=V2IP_SOURCE_RATE_MAX in tx_rate; the
firmware drops that as invalid and keeps the rate it already had, which is
what stops an address-only or scaling-only write from resetting a peer.