mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-12-26 06:04:22 -08:00
moved bell character header to admonition
This commit is contained in:
parent
680c903c18
commit
1798cbc7ee
|
@ -19,9 +19,9 @@ We support being alerted on two events:
|
||||||
|
|
||||||
2. Incoming Text Message that contains the ASCII bell character. At present, only the Python API can send an ASCII bell character, but more support may be added in the future.
|
2. Incoming Text Message that contains the ASCII bell character. At present, only the Python API can send an ASCII bell character, but more support may be added in the future.
|
||||||
|
|
||||||
#### Bell Character
|
:::info
|
||||||
|
|
||||||
The bell character is ASCII 0x07. Include 0x07 anywhere in the text message and with ext_notification_module_alert_bell enabled, we will issue an external notification.
|
The bell character is ASCII 0x07. Include 0x07 anywhere in the text message and with ext_notification_module_alert_bell enabled, we will issue an external notification.
|
||||||
|
:::
|
||||||
|
|
||||||
## External Hardware
|
## External Hardware
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue