mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 16:55:36 +03:00
Added disabling of GPS_RESCUE when 3D is enabled.
This commit is contained in:
parent
7936d2ec57
commit
93ab648183
8 changed files with 70 additions and 13 deletions
|
@ -137,3 +137,4 @@ bool isAntiGravityModeActive(void);
|
|||
bool isRangeActive(uint8_t auxChannelIndex, const channelRange_t *range);
|
||||
void updateActivatedModes(void);
|
||||
bool isModeActivationConditionPresent(boxId_e modeId);
|
||||
void removeModeActivationCondition(boxId_e modeId);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue