mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
readability fix
This commit is contained in:
parent
5cc9ae7343
commit
872054013a
1 changed files with 2 additions and 2 deletions
|
|
@ -255,11 +255,11 @@ enum Team {
|
|||
RED = 6;
|
||||
MAROON = 7;
|
||||
PURPLE = 8;
|
||||
DARKBLUE = 9;
|
||||
DARK_BLUE = 9;
|
||||
BLUE = 10;
|
||||
TEAL = 11;
|
||||
GREEN = 12;
|
||||
DARKGREEN = 13;
|
||||
DARK_GREEN = 13;
|
||||
BROWN = 14;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue