mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Update config.proto
This commit is contained in:
parent
903f88a020
commit
30aa8f23b1
1 changed files with 2 additions and 2 deletions
|
|
@ -136,12 +136,12 @@ message Config {
|
|||
/*
|
||||
* Include positional heading (from GPS solution)
|
||||
*/
|
||||
POS_HEADING = 0x0160;
|
||||
POS_HEADING = 0x0100;
|
||||
|
||||
/*
|
||||
* Include positional speed (from GPS solution)
|
||||
*/
|
||||
POS_SPEED = 0x0320;
|
||||
POS_SPEED = 0x0200;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue