changed plugin admonitions to tip

This commit is contained in:
Foster Irwin 2022-01-28 11:11:19 -07:00
parent fd397bb68e
commit dba76fb020
7 changed files with 13 additions and 5 deletions

View file

@ -17,7 +17,7 @@ The CannedMessage Plugin will allow you to send messages to the mesh network fro
Please also follow settings of the [Rotary Encoder Plugin](rotary-encoder-plugin) to configure input source!
:::note
:::tip
Once plugin settings are changed, a **reset** is required for them to take effect.
:::

View file

@ -10,7 +10,7 @@ import TabItem from '@theme/TabItem';
The Environment Measurement Plugin will allow nodes to send a specific message with information from connected environmental sensors. Currently supported sensors are BME280, BME680, DHT11, DHT12, DHT21, DHT22 and Dallas 1-wire DS18B20.
:::note
:::tip
Once plugin settings are changed, a **reset** is required for them to take effect.
:::

View file

@ -11,7 +11,7 @@ import TabItem from '@theme/TabItem';
The External Notification Plugin will allow you to connect a speaker, LED, or other device to notify you when a message has been received from the mesh network.
:::note
:::tip
Once plugin settings are changed, a **reset** is required for them to take effect.
:::

View file

@ -11,7 +11,7 @@ import TabItem from '@theme/TabItem';
This plugin allows you to test the range of your Meshtastic nodes. It requires at least two nodes, a sender and a receiver. The receiving node then saves the messages along with the GPS coordinates at which they were received into a .csv file. This .csv file can then be integrated into [Google Earth](https://earth.google.com), [Google Maps - My Maps](https://mymaps.google.com), or any other program capable of processing .csv files. This can enable you to visualize your mesh.
:::note
:::tip
Once plugin settings are changed, a **reset** is required for them to take effect.
:::

View file

@ -13,6 +13,10 @@ Meshtastic supports hardwired rotary encoders as input devices.
Currently, one rotary encoder (`rotary1`) is defined, but later more rotary encoders
can be added (if needed) the same way.
:::tip
Once plugin settings are changed, a **reset** is required for them to take effect.
:::
## Settings
| Setting | Acceptable Values | Default |

View file

@ -11,6 +11,10 @@ import TabItem from '@theme/TabItem';
This is a simple interface to send messages over the mesh network by sending strings over a serial port.
:::tip
Once plugin settings are changed, a **reset** is required for them to take effect.
:::
## Settings
| Setting | Acceptable Values | Default |

View file

@ -17,7 +17,7 @@ The Store Forward Plugin is an implementation of a Store and Forward system to e
Because of the increased network traffic for this overhead, it's not advised to use this if you are duty cycle limited for your airtime usage nor is it advised to use this for SF12 (Long Range / Slow).
:::note
:::tip
Once plugin settings are changed, a **reset** is required for them to take effect.
:::