Skip to content

Commit 7a167c4

Browse files
committed
initial race osd features
1 parent 43320c5 commit 7a167c4

File tree

6 files changed

+673
-1
lines changed

6 files changed

+673
-1
lines changed

lib/MSP/msptypes.h

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
#define MSP_ELRS_SET_RX_LOAN_MODE 0x0F
2121
#define MSP_ELRS_GET_BACKPACK_VERSION 0x10
2222
#define MSP_ELRS_BACKPACK_CRSF_TLM 0x11
23-
#define MSP_ELRS_SET_SEND_UID 0x00B5
2423
#define MSP_ELRS_SET_OSD 0x00B6
2524

2625
// Config opcodes
@@ -56,3 +55,8 @@
5655
#define MSP_ELRS_BACKPACK_GET_VERSION 0x0381 // get the bacpack firmware version
5756
#define MSP_ELRS_BACKPACK_GET_STATUS 0x0382 // get the status of the backpack
5857
#define MSP_ELRS_BACKPACK_SET_PTR 0x0383 // forwarded back to TX backpack
58+
59+
// incoming, packets originating from the Timer
60+
#define MSP_ELRS_SET_SEND_UID 0x0401 // Reserve 0x0400 for future use
61+
#define MSP_ELRS_SET_RACE_STATE 0x0402
62+
#define MSP_ELRS_SET_RACEOSD_DATA 0x0403

0 commit comments

Comments
 (0)