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
Packet identitification on received packets use a packet location index and parse this byte out independently from the rest of the packet. This is not a good long-term method and instead a RF telemetry "frame" packet should be created to have a standard packet that is always parsed and subsequent packets in the payload location are parse accordingly.
This is located in Telem_RF.h.
#define TELEM_RF_PACKET_PACKET_ID_LOC 0 /**< RF Telemetry packet ID packet index location */
*Packet Frame"
There is already an encopasing packet defined and used somewhat! This should be expanded properly to remove the need for a packet index location for the packet type field.
The text was updated successfully, but these errors were encountered:
Packet identitification on received packets use a packet location index and parse this byte out independently from the rest of the packet. This is not a good long-term method and instead a RF telemetry "frame" packet should be created to have a standard packet that is always parsed and subsequent packets in the payload location are parse accordingly.
This is located in Telem_RF.h.
#define TELEM_RF_PACKET_PACKET_ID_LOC 0 /**< RF Telemetry packet ID packet index location */
*Packet Frame"
There is already an encopasing packet defined and used somewhat! This should be expanded properly to remove the need for a packet index location for the packet type field.
The text was updated successfully, but these errors were encountered: