You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 1, 2024. It is now read-only.
Ideally, that macro should be sourced from message_types.h, since that's where the board ID's are tracked and it knows what the maximum number is.
If we don't move this macro, or at least increment it for remote arming/fill sensing, radio board will report an ILLEGAL_CAN_MSG error every time it receives a message from them, which'll be often
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Radio board assumes that there are no more than 0x0E boards in the rocket, because that's the maximum from IREC 2019. The definition is here:
cansw_radio/sotscon.c
Line 15 in 32596bd
Ideally, that macro should be sourced from
message_types.h
, since that's where the board ID's are tracked and it knows what the maximum number is.If we don't move this macro, or at least increment it for remote arming/fill sensing, radio board will report an
ILLEGAL_CAN_MSG
error every time it receives a message from them, which'll be oftenThe text was updated successfully, but these errors were encountered: