Fix broken Links

This commit is contained in:
Sacha Weatherstone 2022-04-09 00:47:32 +10:00
parent 64a4791720
commit 5eee863eb1
3 changed files with 3 additions and 3 deletions

View file

@ -187,7 +187,7 @@ Leaving this module on can slow down your mesh. Currently, the messages are sent
### Accessing your CSV ### Accessing your CSV
Connect to your device over WiFi, either using the [software access point](wifi#software-access-point) or [WiFi Client](wifi#wifi-client). Then navigate to `meshtastic.local` (or your IP address) `/static/rangetest.csv` where your file will be available for download. Connect to your device over WiFi, either using the [software access point](/docs/settings/wifi#software-access-point) or [WiFi Client](/docs/settings/wifi#wifi-client). Then navigate to `meshtastic.local` (or your IP address) `/static/rangetest.csv` where your file will be available for download.
```plaintext title="Example URLs" ```plaintext title="Example URLs"
http://meshtastic.local/static/rangetest.csv http://meshtastic.local/static/rangetest.csv

View file

@ -11,7 +11,7 @@ import PluginModule from '@site/docs/_blocks/_plugin_module.mdx';
:::info :::info
Currently only available for ESP32 based devices with external PSRAM. Requires the device to be set as a router. Currently only available for ESP32 based devices with external PSRAM. Requires the device to be set as a router.
**Don't enable Store and Forward Module on multiple [routers](router).** **Don't enable Store and Forward Module on multiple [routers](/docs/settings/router).**
::: :::
## Overview ## Overview

View file

@ -36,7 +36,7 @@ The payload is a raw protobuf. Looking at the MQTT traffic with a program like `
ShortFast !937bed1c ShortFast !937bed1c
``` ```
Packets from the following [port numbers](docs/developers/firmware/portnum) are serialized to JSON and then forwarded to the `msh/1/json/CHANNELID/DEVICEID` topic: `TEXT_MESSAGE_APP`, `ENVIRONMENTAL_MEASUREMENT_APP`, `NODEINFO_APP` and `POSITION_APP`. Packets from the following [port numbers](/docs/developers/Firmware/portnum) are serialized to JSON and then forwarded to the `msh/1/json/CHANNELID/DEVICEID` topic: `TEXT_MESSAGE_APP`, `ENVIRONMENTAL_MEASUREMENT_APP`, `NODEINFO_APP` and `POSITION_APP`.
An example of a received `NODEINFO_APP` message: An example of a received `NODEINFO_APP` message: