mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Merge pull request #119 from mc-hamster/router
Rename Unset to Default role
This commit is contained in:
commit
2d2ed26fd9
1 changed files with 2 additions and 2 deletions
|
|
@ -111,14 +111,14 @@ enum RegionCode {
|
|||
* Functions as a router
|
||||
*
|
||||
* Repeater
|
||||
* Repeats all packets. This is similiar to the behavior in Meshtastic 1.2.
|
||||
* - Repeats all packets.
|
||||
*/
|
||||
enum Role {
|
||||
|
||||
/*
|
||||
* Default device role
|
||||
*/
|
||||
Unset = 0;
|
||||
Default = 0;
|
||||
|
||||
/*
|
||||
* Router device role
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue