1
0
Fork 0
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:
Jonathan Hudson 2021-06-28 15:48:26 +01:00 committed by GitHub
parent 6901c87d7c
commit 562fc0017a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 42 additions and 39 deletions

View file

@ -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