mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
doc update
This commit is contained in:
parent
90e1ddd5d0
commit
5cb09ec963
1 changed files with 1 additions and 0 deletions
|
|
@ -985,6 +985,7 @@ see sw-design.md for more information on these preferences
|
|||
| is_router | [bool](#bool) | | Are we operating as a router. Changes behavior in the following ways: The device will only sleep for critically low battery level (i.e. always tries to stay alive for the mesh) In the future routing decisions will preferentially route packets through nodes with this attribute (because assumed good line of sight) |
|
||||
| is_low_power | [bool](#bool) | | If set, we are powered from a low-current source (i.e. solar), so even if it looks like we have power flowing in we should try to minimize power consumption as much as possible. YOU DO NOT NEED TO SET THIS IF YOU'VE set is_router (it is implied in that case). |
|
||||
| fixed_position | [bool](#bool) | | If set, this node is at a fixed position. We will generate GPS position updates at the regular interval, but use whatever the last lat/lon/alt we have for the node. The lat/lon/alt can be set by an internal GPS or with the help of the app. |
|
||||
| serial_disabled | [bool](#bool) | | If set, this will disable the SerialConsole by not initilizing the StreamAPI |
|
||||
| factory_reset | [bool](#bool) | | This setting is never saved to disk, but if set, all device settings will be returned to factory defaults. (Region, serial number etc... will be preserved) |
|
||||
| debug_log_enabled | [bool](#bool) | | By default we turn off logging as soon as an API client connects (to keep shared serial link quiet). Set this to true to leave the debug log outputting even when API is active. |
|
||||
| location_share | [LocationSharing](#LocationSharing) | | How our location is shared with other nodes (or the local phone) |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue