remove details section from setting pages with no details

This commit is contained in:
Foster Irwin 2021-05-18 20:37:23 -06:00
parent 66127328e6
commit bdd37d4848
4 changed files with 0 additions and 9 deletions

View file

@ -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) 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 ## Examples

View file

@ -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. 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 ## Examples
### Disable Location Sharing ### Disable Location Sharing

View file

@ -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. If set, this will disable the SerialConsole by not initilizing the StreamAPI.
## Details
<!--- TODO --->
## Examples ## Examples
<Tabs <Tabs

View file

@ -88,8 +88,6 @@ Send our owner info at least this often (also we always send once at boot - to r
Power management state machine option. See the [power page](../other/power) for details. 0 for default of 1 minute Power management state machine option. See the [power page](../other/power) for details. 0 for default of 1 minute
## Details
## Examples ## Examples
<Tabs <Tabs