Merge pull request #281 from meshtastic/thebentern-patch-1

Use uint32 for flags instead of actual source enum
This commit is contained in:
Ben Meadors 2023-01-18 15:10:43 -06:00 committed by GitHub
commit aaa6e08b2e
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;
}