1
0
Fork 0
mirror of https://github.com/iNavFlight/inav.git synced 2025-07-12 19:10:27 +03:00

Update Buzzer.md

Require MULTI_BEEPS with RX_SET or beeper will not sound after GPS lock.
This commit is contained in:
Wayne 2024-06-10 20:35:18 -04:00 committed by Ray Morris
parent e54d97734c
commit 62de2050a9

View file

@ -102,6 +102,15 @@ To restore set from preferences use:
```
beeper -PREFERED
```
To activate an external beeper via aux channel switch, assign aux channel and set both:
```
beeper RX_SET
beeper MULTI_BEEPS
```
If MULTI_BEEPS is not set, the beeper will not sound after GPS lock.
As with other CLI commands, the `save` command is needed to save the new settings.