mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Config include
This commit is contained in:
parent
da22c442b3
commit
371d76d9ee
1 changed files with 2 additions and 1 deletions
|
|
@ -7,6 +7,7 @@ import "meshtastic/localonly.proto";
|
|||
import "meshtastic/mesh.proto";
|
||||
import "meshtastic/telemetry.proto";
|
||||
import "meshtastic/module_config.proto";
|
||||
import "meshtastic/config.proto";
|
||||
|
||||
option csharp_namespace = "Meshtastic.Protobufs";
|
||||
option go_package = "github.com/meshtastic/go/generated";
|
||||
|
|
@ -116,7 +117,7 @@ message NodeInfoLite {
|
|||
* local channel index we heard that node on. Only populated if its not the default channel.
|
||||
*/
|
||||
uint32 channel = 7;
|
||||
|
||||
|
||||
/*
|
||||
* Indicates that the device's role in the mesh
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue