From dba76fb0202a7eb56d9e577663e54f2a4127e7b6 Mon Sep 17 00:00:00 2001 From: Foster Irwin Date: Fri, 28 Jan 2022 11:11:19 -0700 Subject: [PATCH] changed plugin admonitions to tip --- docs/software/settings/canned-message-plugin.md | 2 +- docs/software/settings/environmental-measurment-plugin.md | 2 +- docs/software/settings/external-notification-plugin.md | 2 +- docs/software/settings/range-test-plugin.md | 2 +- docs/software/settings/rotary-encoder-plugin.md | 4 ++++ docs/software/settings/serial-plugin.md | 4 ++++ docs/software/settings/store-and-forward-plugin.md | 2 +- 7 files changed, 13 insertions(+), 5 deletions(-) diff --git a/docs/software/settings/canned-message-plugin.md b/docs/software/settings/canned-message-plugin.md index ac61f54f..966fa172 100644 --- a/docs/software/settings/canned-message-plugin.md +++ b/docs/software/settings/canned-message-plugin.md @@ -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. ::: diff --git a/docs/software/settings/environmental-measurment-plugin.md b/docs/software/settings/environmental-measurment-plugin.md index 7679ba3a..437d4d62 100644 --- a/docs/software/settings/environmental-measurment-plugin.md +++ b/docs/software/settings/environmental-measurment-plugin.md @@ -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. ::: diff --git a/docs/software/settings/external-notification-plugin.md b/docs/software/settings/external-notification-plugin.md index 7dbe4158..98743f9e 100644 --- a/docs/software/settings/external-notification-plugin.md +++ b/docs/software/settings/external-notification-plugin.md @@ -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. ::: diff --git a/docs/software/settings/range-test-plugin.md b/docs/software/settings/range-test-plugin.md index 1f02ed63..a88e6032 100644 --- a/docs/software/settings/range-test-plugin.md +++ b/docs/software/settings/range-test-plugin.md @@ -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. ::: diff --git a/docs/software/settings/rotary-encoder-plugin.md b/docs/software/settings/rotary-encoder-plugin.md index ac98d801..517428e4 100644 --- a/docs/software/settings/rotary-encoder-plugin.md +++ b/docs/software/settings/rotary-encoder-plugin.md @@ -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 | diff --git a/docs/software/settings/serial-plugin.md b/docs/software/settings/serial-plugin.md index dd38979a..21c87918 100644 --- a/docs/software/settings/serial-plugin.md +++ b/docs/software/settings/serial-plugin.md @@ -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 | diff --git a/docs/software/settings/store-and-forward-plugin.md b/docs/software/settings/store-and-forward-plugin.md index 5229fdee..b9b497f3 100644 --- a/docs/software/settings/store-and-forward-plugin.md +++ b/docs/software/settings/store-and-forward-plugin.md @@ -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. :::