Use uint32 for flags instead of actual source enum

This commit is contained in:
Ben Meadors 2023-01-18 15:03:01 -06:00 committed by GitHub
parent 808916a0f2
commit 25245f9ad1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -52,5 +52,5 @@ message DeviceMetadata {
/*
* Indicates the device's current enabled position flags
*/
Config.PositionConfig.PositionFlags position_flags = 8;
}
uint32 position_flags = 8;
}