mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-23 16:25:26 +03:00
reimplement stick mission load as toggle; update RC control images and documentation (#7204)
This commit is contained in:
parent
6901c87d7c
commit
562fc0017a
4 changed files with 42 additions and 39 deletions
|
@ -260,7 +260,7 @@ void processRcStickPositions(throttleStatus_e throttleStatus)
|
|||
|
||||
// Load waypoint list
|
||||
if (rcSticks == THR_LO + YAW_CE + PIT_HI + ROL_HI) {
|
||||
const bool success = loadNonVolatileWaypointList(false);
|
||||
const bool success = loadNonVolatileWaypointList(true);
|
||||
beeper(success ? BEEPER_ACTION_SUCCESS : BEEPER_ACTION_FAIL);
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue