diff --git a/docs/settings/config/display.mdx b/docs/settings/config/display.mdx index 967859c7..6a0575a6 100644 --- a/docs/settings/config/display.mdx +++ b/docs/settings/config/display.mdx @@ -63,23 +63,23 @@ All display config options are available on iOS, iPadOS and macOS at Settings > All display config options are available in the python CLI. Example commands are below: ```shell title="Set display_screen_on_secs to default (10 minutes)" -meshtastic --set display_screen_on_secs 0 +meshtastic --set screen_on_secs 0 ``` ```shell title="Set display_screen_on_secs to 120 seconds (2 minutes)" -meshtastic --set display_screen_on_secs 120 +meshtastic --set screen_on_secs 120 ``` ```shell title="Set display_auto_screen_carousel_secs to default value of off" -meshtastic --set display_auto_screen_carousel_secs 0 +meshtastic --set auto_screen_carousel_secs 0 ``` ```shell title="Set display_auto_screen_carousel_secs to 120 seconds (2 minutes)" -meshtastic --set display_auto_screen_carousel_secs 120 +meshtastic --set auto_screen_carousel_secs 120 ``` ```shell title="Specify GPS format on device screen" -meshtastic --set display_gps_format GpsFormatUTM +meshtastic --set gps_format GpsFormatUTM ``` diff --git a/docs/settings/config/lora.mdx b/docs/settings/config/lora.mdx index 9fcfade3..4fe0e49f 100644 --- a/docs/settings/config/lora.mdx +++ b/docs/settings/config/lora.mdx @@ -72,9 +72,9 @@ Select LoRa config conmmands are available in the python CLI. Example commands a | Setting | Acceptable Values | Default | | :----------: | :---------------------------------------------------------------------------: | :---------------: | -| lora_modem_preset | `longFast`, `longSlow`, `vlongSlow`, `medSlow`, `medFast`, `shortSlow`, `shortFast` | `longFast` | -| lora_region | `Unset`, `us`, `eu433`, `eu868`, `cn`, `jp`, `anz`, `kr`, `tw`, `ru` ,`in`, ` nz865`, `th` | `Unset` | -| lora_hop_limit | `1`,`2`,`3`,`4`,`5`,`6`,`7` | `3` +| modem_preset | `longFast`, `longSlow`, `vlongSlow`, `medSlow`, `medFast`, `shortSlow`, `shortFast` | `longFast` | +| region | `Unset`, `us`, `eu433`, `eu868`, `cn`, `jp`, `anz`, `kr`, `tw`, `ru` ,`in`, ` nz865`, `th` | `Unset` | +| hop_limit | `1`,`2`,`3`,`4`,`5`,`6`,`7` | `3`