diff --git a/website/docs/software/settings/channel.md b/website/docs/software/settings/channel.md index 76d04857..59a023e3 100644 --- a/website/docs/software/settings/channel.md +++ b/website/docs/software/settings/channel.md @@ -38,7 +38,6 @@ The `region` variable sets which region your radio is configured to work in. It For more details about `region` settings, you can see the source code [here](https://github.com/meshtastic/Meshtastic-device/blob/master/src/mesh/RadioInterface.cpp) ::: -## Details ## Examples diff --git a/website/docs/software/settings/gps.md b/website/docs/software/settings/gps.md index c2ce6709..638915b0 100644 --- a/website/docs/software/settings/gps.md +++ b/website/docs/software/settings/gps.md @@ -77,8 +77,6 @@ How often our position is sent to the mesh (but only if it has changed significa The gps updates will be sent out every `position_broadcast_secs`, with either the actual gps location, or an empty location if no gps fix was achieved. This defaults to broadcast every 15 minutes. -## Details - ## Examples ### Disable Location Sharing diff --git a/website/docs/software/settings/misc.md b/website/docs/software/settings/misc.md index 85b4c9ab..b0b2a4f6 100644 --- a/website/docs/software/settings/misc.md +++ b/website/docs/software/settings/misc.md @@ -41,10 +41,6 @@ If true, radio should not try to be smart about what packets to queue to the pho If set, this will disable the SerialConsole by not initilizing the StreamAPI. -## Details - - - ## Examples