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

Use uint32 for flags instead of actual source enum
pull/282/head
Ben Meadors 2023-01-18 15:10:43 -06:00 zatwierdzone przez GitHub
commit aaa6e08b2e
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

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