1
0
Fork 0
mirror of https://github.com/iNavFlight/inav.git synced 2025-07-23 16:25:26 +03:00

Merge branch 'master' into dzikuvx-drop-rx-serial

This commit is contained in:
Pawel Spychalski (DzikuVx) 2022-07-01 11:40:39 +02:00
commit 492fde2a55
95 changed files with 127 additions and 685 deletions

View file

@ -161,10 +161,9 @@ typedef enum {
} mspFlashfsFlags_e;
typedef enum {
MSP_PASSTHROUGH_SERIAL_ID = 0xFD,
MSP_PASSTHROUGH_SERIAL_ID = 0xFD,
MSP_PASSTHROUGH_SERIAL_FUNCTION_ID = 0xFE,
MSP_PASSTHROUGH_ESC_4WAY = 0xFF,
MSP_PASSTHROUGH_ESC_4WAY = 0xFF,
} mspPassthroughType_e;
static uint8_t mspPassthroughMode;