diff --git a/docs/config.md b/docs/config.md index 3f73250..65f55b7 100644 --- a/docs/config.md +++ b/docs/config.md @@ -25,9 +25,7 @@ These settings are intended to facilitate a stable and reliable mesh network. Th ### LoRa !!! warning - Mountain Mesh members are migrating from the default LongFast modem preset to MediumFast on October 1, 2025. We're keeping LongFast settings here for now until the migration date. For more information, see the [MediumFast Migration Page](/mediumfast) - -**MediumFast Config** +As of October 1, 2025, Mountain Mesh members flipped their nodes over to the MediumFast modem preset. For more information, see the [MediumFast Migration Page](/mediumfast) | Option | Recommended Config | Notes | | -------------: | :----------------- | :----------------------------------------------------------------------------------------------- | @@ -35,18 +33,7 @@ These settings are intended to facilitate a stable and reliable mesh network. Th | ^^Hop limit^^ | `5` | Please do not set this higher than `6`. :pray: | | Frequency Slot | 45 | This is the default. It equates to 913.125 MHz | | Ignore MQTT | `True` | This is enabled on most `ROUTER` nodes in our mesh. | -| OK to MQTT | `True` | Added in `2.5.0`. Enable to show up on online tools like [info.MtnMe.sh](https://info.mtnme.sh). | - - -**LongFast Config** - -| Option | Recommended Config | Notes | -| -------------: | :----------------- | :----------------------------------------------------------------------------------------------- | -| Modem Preset | LONG_FAST | This is the default. | -| ^^Hop limit^^ | `5` | Please do not set this higher than `6`. :pray: The mesh thanks you. | -| Frequency Slot | 20 | This is the default. It equates to 906.875 MHz | -| Ignore MQTT | `True` | This is enabled on most `ROUTER` nodes in our mesh. | -| OK to MQTT | `True` | Added in `2.5.0`. Enable to show up on online tools like [info.MtnMe.sh](https://info.mtnme.sh). | +| OK to MQTT | `True` | Added in `2.5.0`. Enable to show up on online tools like [view.MtnMe.sh](https://view.mtnme.sh). | ## Module configuration diff --git a/docs/mediumfast.md b/docs/mediumfast.md index e41a969..4f00079 100644 --- a/docs/mediumfast.md +++ b/docs/mediumfast.md @@ -22,7 +22,7 @@ Click the image above to access the auto-configuration URL or scan the QR code u This will NOT change your node's network role (Client, Client_Mute, etc.) -## Why We're Moving Modem Presets +## Why We Moved Modem Presets All Meshtastic devices default to LongFast out of the box. That's a great preset for getting a small mesh off the ground, but once you get more than 60 nodes chatting in an area, you start getting message collisions. More collisions means dropped packets, network congestion and decreased performance. Considering that some node DBs have more than 200 nodes and channel usage above 45%, we're well past that threshold for migration. diff --git a/docs/static/mediumfast_flyer.png b/docs/static/mediumfast_flyer.png index 10f21e0..d6a0ab2 100644 Binary files a/docs/static/mediumfast_flyer.png and b/docs/static/mediumfast_flyer.png differ