mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Use uint32 for flags instead of actual source enum
This commit is contained in:
parent
808916a0f2
commit
25245f9ad1
1 changed files with 2 additions and 2 deletions
|
|
@ -52,5 +52,5 @@ message DeviceMetadata {
|
|||
/*
|
||||
* Indicates the device's current enabled position flags
|
||||
*/
|
||||
Config.PositionConfig.PositionFlags position_flags = 8;
|
||||
}
|
||||
uint32 position_flags = 8;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue