mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Update config.proto
Fix spelling of Intended
This commit is contained in:
parent
2fbea37ff6
commit
18bdd4d9ae
1 changed files with 2 additions and 2 deletions
|
|
@ -135,14 +135,14 @@ message Config {
|
|||
|
||||
/*
|
||||
* Include positional heading
|
||||
* Indended for use with vehicle not walking speeds
|
||||
* Intended for use with vehicle not walking speeds
|
||||
* walking speeds are likely to be error prone like the compass
|
||||
*/
|
||||
POS_HEADING = 0x0100;
|
||||
|
||||
/*
|
||||
* Include positional speed
|
||||
* Indended for use with vehicle not walking speeds
|
||||
* Intended for use with vehicle not walking speeds
|
||||
* walking speeds are likely to be error prone like the compass
|
||||
*/
|
||||
POS_SPEED = 0x0200;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue