mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Merge pull request #208 from meshtastic/change-get_device_metadata_request-type
Change `get_device_metadata_request` to a boolean
This commit is contained in:
commit
256f11954b
1 changed files with 1 additions and 1 deletions
|
|
@ -165,7 +165,7 @@ message AdminMessage {
|
|||
/*
|
||||
* Request the node to send device metadata (firmware, protobuf version, etc)
|
||||
*/
|
||||
uint32 get_device_metadata_request = 12;
|
||||
bool get_device_metadata_request = 12;
|
||||
|
||||
/*
|
||||
* Device metadata response
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue