device restart notice

Adding info to inform that plugins require restart once enabled to run.
This commit is contained in:
apt105 2021-04-13 22:16:14 +01:00
parent 3565d46f70
commit a0bf15e3c2
3 changed files with 11 additions and 1 deletions

View file

@ -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

View file

@ -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.

View file

@ -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.