mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Add Neighborinfo to adminmessage ModuleConfigType
This commit is contained in:
parent
7bf13761bb
commit
0d5b0942fe
1 changed files with 6 additions and 1 deletions
|
|
@ -109,6 +109,11 @@ message AdminMessage {
|
|||
* TODO: REPLACE
|
||||
*/
|
||||
REMOTEHARDWARE_CONFIG = 8;
|
||||
|
||||
/*
|
||||
* TODO: REPLACE
|
||||
*/
|
||||
NEIGHBORINFO_CONFIG = 9;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
@ -325,4 +330,4 @@ message NodeRemoteHardwarePinsResponse {
|
|||
* Nodes and their respective remote hardware GPIO pins
|
||||
*/
|
||||
repeated NodeRemoteHardwarePin node_remote_hardware_pins = 1;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue