# 蜂鸣器静音模式

使用蜂鸣器静音模式，只要您不需要使用蜂鸣器，您就可以将蜂鸣器静音。

设置一个开关以激活蜂鸣器和停用蜂鸣器静音模式。我们可以在配置程序的“模式”选项卡中进行此操作。

例如：

```
AUX5 < 1500 -> '蜂鸣器静音'激活, '蜂鸣器'被静音.
AUX5 > 1500 -> '蜂鸣器静音'关闭, '蜂鸣器'不再静音.
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://pitronic.gitbook.io/betaflight/configuration/buzzer-mute-mode.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
