mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-19 06:15:16 +03:00
Updated MSP protocol with Cleanflight and iNav commands to help avoid future conflicts
This commit is contained in:
parent
b914cddf15
commit
2f52d4b731
2 changed files with 25 additions and 16 deletions
|
@ -108,6 +108,7 @@ extern void resetPidProfile(pidProfile_t *pidProfile);
|
|||
void useRcControlsConfig(modeActivationCondition_t *modeActivationConditions, escAndServoConfig_t *escAndServoConfigToUse, pidProfile_t *pidProfileToUse);
|
||||
|
||||
const char * const flightControllerIdentifier = BETAFLIGHT_IDENTIFIER; // 4 UPPER CASE alpha numeric characters that identify the flight controller.
|
||||
static const char * const boardIdentifier = TARGET_BOARD_IDENTIFIER;
|
||||
|
||||
typedef struct box_e {
|
||||
const uint8_t boxId; // see boxId_e
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue