Update config.proto

This commit is contained in:
Garth Vander Houwen 2022-06-17 18:44:42 -07:00 committed by GitHub
parent 274aa01a38
commit bb6fb3e02a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -132,6 +132,14 @@ message Config {
* Include positional timestamp (from GPS solution)
*/
POS_TIMESTAMP = 0x0080;
/*
* Include positional heading (from GPS solution)
*/
POS_HEADING = )0x0160;
/*
* Include positional speed (from GPS solution)
*/
POS_SPEED = 0x0320;
}
/*