kopia lustrzana https://github.com/meshtastic/protobufs
Add metadata to fromradio
rodzic
33c8cf16f0
commit
34a944553f
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Ładowanie…
Reference in New Issue