mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-11-10 07:34:11 -08:00
update default value comment screen_on_secs
This commit is contained in:
parent
bd1f900d5a
commit
a7637e756d
|
@ -107,13 +107,13 @@ All display config options are available in the python CLI. Example commands are
|
||||||
:::
|
:::
|
||||||
|
|
||||||
| Setting | Acceptable Values | Default |
|
| Setting | Acceptable Values | Default |
|
||||||
| --------------------------------- | --------------------------------------------------------- | ---------------------------- |
|
| --------------------------------- | --------------------------------------------------------- | ----------------------------- |
|
||||||
| display.auto_screen_carousel_secs | `integer` | Default of `0` is 10 minutes |
|
| display.auto_screen_carousel_secs | `integer` | Default of `0` is 10 minutes |
|
||||||
| display.compass_north_top | `false`, `true` | `false` |
|
| display.compass_north_top | `false`, `true` | `false` |
|
||||||
| display.flip_screen | `fasle`, `true` | `false` |
|
| display.flip_screen | `fasle`, `true` | `false` |
|
||||||
| display.gps_format | `DEC`, `DMS`, `UTM`, `MGRS`, `OLC`, `OSGR` | `DEC` |
|
| display.gps_format | `DEC`, `DMS`, `UTM`, `MGRS`, `OLC`, `OSGR` | `DEC` |
|
||||||
| display.oled | `OLED_AUTO`, `OLED_SSD1306`, `OLED_SH1106`, `OLED_SH1107` | `OLED_AUTO` |
|
| display.oled | `OLED_AUTO`, `OLED_SSD1306`, `OLED_SH1106`, `OLED_SH1107` | `OLED_AUTO` |
|
||||||
| display.screen_on_secs | `integer` | Default of `0` is off. |
|
| display.screen_on_secs | `integer` | Default of `0` is 10 minutes. |
|
||||||
| display.units | `METRIC`, `IMPERIAL` | `METRIC` |
|
| display.units | `METRIC`, `IMPERIAL` | `METRIC` |
|
||||||
| display.displaymode | `NORMAL`, `TWOCOLOR`, `INVERTED` | `NORMAL` |
|
| display.displaymode | `NORMAL`, `TWOCOLOR`, `INVERTED` | `NORMAL` |
|
||||||
| display.heading_bold | `false`, `true` | `false` |
|
| display.heading_bold | `false`, `true` | `false` |
|
||||||
|
|
Loading…
Reference in a new issue