mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-26 01:35:35 +03:00
add BB wp number
This commit is contained in:
parent
3740682352
commit
b4847bd362
3 changed files with 11 additions and 1 deletions
|
@ -4583,3 +4583,8 @@ int8_t navCheckActiveAngleHoldAxis(void)
|
|||
|
||||
return activeAxis;
|
||||
}
|
||||
|
||||
uint8_t getActiveWpNumber(void)
|
||||
{
|
||||
return NAV_Status.activeWpNumber;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue