mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
added expeceted code for neighborinfo for
simplicity of merge
This commit is contained in:
parent
34e550ee2a
commit
7f047d6357
1 changed files with 7 additions and 2 deletions
|
|
@ -109,7 +109,12 @@ message AdminMessage {
|
|||
* TODO: REPLACE
|
||||
*/
|
||||
REMOTEHARDWARE_CONFIG = 8;
|
||||
|
||||
|
||||
/*
|
||||
* TODO: REPLACE
|
||||
*/
|
||||
NEIGHBORINFO_CONFIG = 9;
|
||||
|
||||
/*
|
||||
* TODO: REPLACE
|
||||
*/
|
||||
|
|
@ -330,4 +335,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