Remove remote hardware pins from metadata

This commit is contained in:
Ben Meadors 2023-05-15 13:09:42 -05:00
parent 47892ff9c4
commit b282f89791

View file

@ -1468,11 +1468,6 @@ message Neighbor {
* Device hardware model
*/
HardwareModel hw_model = 9;
/*
* Available GPIO pins for RemoteHardware module
*/
repeated RemoteHardwarePin remote_hardware_pins = 10;
}
/*