mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-11-09 23:24:10 -08:00
device restart notice
Adding info to inform that plugins require restart once enabled to run.
This commit is contained in:
parent
3565d46f70
commit
a0bf15e3c2
|
@ -57,6 +57,10 @@ For basic usage, start with:
|
|||
Depending on how your external cirtcuit configured is configured, you may need to set the active state to true.
|
||||
|
||||
ext_notification_plugin_active = 1
|
||||
|
||||
:::note
|
||||
The device must be restarted after the settings have been changed for the plugin to take effect.
|
||||
:::
|
||||
|
||||
### Alert Types
|
||||
|
||||
|
|
|
@ -2,4 +2,6 @@
|
|||
id: plugins
|
||||
title: Plugins overview
|
||||
sidebar_label: Overview
|
||||
---
|
||||
---
|
||||
|
||||
There are a number of plugins that have been integrated into the device firmware. These can be turned on using the Meshtastic python command line program. Please note that these plugins require the device to be rebooted once they have been enabled for them to start running.
|
|
@ -22,6 +22,10 @@ Default is to use RX GPIO 16 and TX GPIO 17.
|
|||
6. Send a packet up to 240 bytes in length. This will get relayed over the mesh network.
|
||||
7. (Optional) Set serialplugin_echo to 1 and any message you send out will be echoed back to your device.
|
||||
|
||||
:::note
|
||||
The device must be restarted after the settings have been changed for the plugin to take effect.
|
||||
:::
|
||||
|
||||
## TODO (in this order):
|
||||
|
||||
* Define a verbose RX mode to report on mesh and packet infomration.
|
||||
|
|
Loading…
Reference in a new issue