mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Add metadata to fromradio
This commit is contained in:
parent
33c8cf16f0
commit
34a944553f
1 changed files with 6 additions and 0 deletions
|
|
@ -14,6 +14,7 @@ import "meshtastic/module_config.proto";
|
|||
import "meshtastic/portnums.proto";
|
||||
import "meshtastic/telemetry.proto";
|
||||
import "meshtastic/xmodem.proto";
|
||||
import "meshtastic/device_metadata.proto";
|
||||
|
||||
/*
|
||||
* a gps position
|
||||
|
|
@ -1304,6 +1305,11 @@ message FromRadio {
|
|||
* File Transfer Chunk
|
||||
*/
|
||||
XModem xmodemPacket = 12;
|
||||
|
||||
/*
|
||||
* Device metadata message
|
||||
*/
|
||||
DeviceMetadata metadata = 13;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue