mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-13 03:19:58 +03:00
Update Buzzer.md
Require MULTI_BEEPS with RX_SET or beeper will not sound after GPS lock.
This commit is contained in:
parent
e54d97734c
commit
62de2050a9
1 changed files with 9 additions and 0 deletions
|
@ -102,6 +102,15 @@ To restore set from preferences use:
|
||||||
|
|
||||||
```
|
```
|
||||||
beeper -PREFERED
|
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.
|
As with other CLI commands, the `save` command is needed to save the new settings.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue