Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion lib/MSP/msptypes.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
#define MSP_ELRS_SET_RX_LOAN_MODE 0x0F
#define MSP_ELRS_GET_BACKPACK_VERSION 0x10
#define MSP_ELRS_BACKPACK_CRSF_TLM 0x11
#define MSP_ELRS_SET_SEND_UID 0x00B5
#define MSP_ELRS_SET_OSD 0x00B6

// Config opcodes
Expand Down Expand Up @@ -56,3 +55,8 @@
#define MSP_ELRS_BACKPACK_GET_VERSION 0x0381 // get the bacpack firmware version
#define MSP_ELRS_BACKPACK_GET_STATUS 0x0382 // get the status of the backpack
#define MSP_ELRS_BACKPACK_SET_PTR 0x0383 // forwarded back to TX backpack

// incoming, packets originating from the Timer
#define MSP_ELRS_SET_SEND_UID 0x0401 // Reserve 0x0400 for future use
#define MSP_ELRS_SET_RACE_STATE 0x0402
#define MSP_ELRS_SET_RACEOSD_DATA 0x0403
Loading