mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Tweaks
This commit is contained in:
parent
3970d1c543
commit
284f96a075
2 changed files with 5 additions and 6 deletions
|
|
@ -1468,4 +1468,9 @@ message Neighbor {
|
|||
* Device hardware model
|
||||
*/
|
||||
HardwareModel hw_model = 9;
|
||||
|
||||
/*
|
||||
* Has Remote Hardware enabled
|
||||
*/
|
||||
bool hasRemoteHardware = 10;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -590,12 +590,6 @@ message ModuleConfig {
|
|||
}
|
||||
|
||||
enum RemoteHardwarePinType {
|
||||
|
||||
/*
|
||||
* Unset/unused (should never occur)
|
||||
*/
|
||||
UNSET = 0;
|
||||
|
||||
/*
|
||||
* GPIO pin can be read (if it is high / low)
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue