mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-11-10 07:34:11 -08:00
remove details section from setting pages with no details
This commit is contained in:
parent
66127328e6
commit
bdd37d4848
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
<!--- TODO --->
|
||||
|
||||
## Examples
|
||||
|
||||
<Tabs
|
||||
|
|
|
@ -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
|
||||
|
||||
## Details
|
||||
|
||||
## Examples
|
||||
|
||||
<Tabs
|
||||
|
|
Loading…
Reference in a new issue