mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
remove is_router
This commit is contained in:
parent
3bd1aec912
commit
e568e8b9fc
1 changed files with 1 additions and 10 deletions
|
|
@ -544,19 +544,10 @@ message RadioConfig {
|
|||
ChargeCurrent charge_current = 16;
|
||||
|
||||
/*
|
||||
* Sets the current of the battery charger
|
||||
* Sets the role of node
|
||||
*/
|
||||
Role role = 18;
|
||||
|
||||
/*
|
||||
* 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)
|
||||
*/
|
||||
bool is_router = 37;
|
||||
|
||||
/*
|
||||
* 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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue