added expeceted code for neighborinfo for

simplicity of merge
pull/371/head
Jon 2023-07-27 14:39:13 -04:00
rodzic 34e550ee2a
commit 7f047d6357
1 zmienionych plików z 7 dodań i 2 usunięć

Wyświetl plik

@ -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;
}
}