mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-23 00:05:28 +03:00
Add new stateds
This commit is contained in:
parent
d5d47b3515
commit
339b1047e0
18 changed files with 80 additions and 78 deletions
|
@ -104,7 +104,7 @@ static void processAirmodeMultirotor(void) {
|
|||
|
||||
void processAirmode(void) {
|
||||
|
||||
if (STATE(AIRPLANE_ROVER_BOAT)) {
|
||||
if (STATE(FIXED_WING)) {
|
||||
processAirmodeAirplane();
|
||||
} else {
|
||||
processAirmodeMultirotor();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue