mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
fixed typo
This commit is contained in:
parent
773e6a4246
commit
beb8809092
2 changed files with 2 additions and 2 deletions
|
|
@ -89,7 +89,7 @@ message Config {
|
|||
/*
|
||||
* Include geoidal separation
|
||||
*/
|
||||
GEOIDAL_SEPERATION = 0x0004;
|
||||
GEOIDAL_SEPARATION = 0x0004;
|
||||
|
||||
/*
|
||||
* Include the DOP value ; PDOP used by default, see below
|
||||
|
|
|
|||
|
|
@ -126,7 +126,7 @@ message Position {
|
|||
/*
|
||||
* Geoidal separation in meters
|
||||
*/
|
||||
sint32 altitude_geoidal_seperation = 10;
|
||||
sint32 altitude_geoidal_separation = 10;
|
||||
|
||||
/*
|
||||
* Horizontal, Vertical and Position Dilution of Precision, in 1/100 units
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue