Update config.proto

This commit is contained in:
Garth Vander Houwen 2022-06-17 20:46:01 -07:00 committed by GitHub
parent 903f88a020
commit 30aa8f23b1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;
}
/*