mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Merge pull request #473 from meshtastic/move-remote-hardware-pins
Move remote hardware pins to sever problematic device_only dependency
This commit is contained in:
commit
dea3a82ef2
3 changed files with 15 additions and 16 deletions
|
|
@ -5,7 +5,6 @@ package meshtastic;
|
|||
import "meshtastic/channel.proto";
|
||||
import "meshtastic/config.proto";
|
||||
import "meshtastic/connection_status.proto";
|
||||
import "meshtastic/deviceonly.proto";
|
||||
import "meshtastic/mesh.proto";
|
||||
import "meshtastic/module_config.proto";
|
||||
|
||||
|
|
|
|||
|
|
@ -254,18 +254,3 @@ message OEMStore {
|
|||
*/
|
||||
LocalModuleConfig oem_local_module_config = 8;
|
||||
}
|
||||
|
||||
/*
|
||||
* RemoteHardwarePins associated with a node
|
||||
*/
|
||||
message NodeRemoteHardwarePin {
|
||||
/*
|
||||
* The node_num exposing the available gpio pin
|
||||
*/
|
||||
uint32 node_num = 1;
|
||||
|
||||
/*
|
||||
* The the available gpio pin for usage with RemoteHardware module
|
||||
*/
|
||||
RemoteHardwarePin pin = 2;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1581,3 +1581,18 @@ message DeviceMetadata {
|
|||
message Heartbeat {
|
||||
|
||||
}
|
||||
|
||||
/*
|
||||
* RemoteHardwarePins associated with a node
|
||||
*/
|
||||
message NodeRemoteHardwarePin {
|
||||
/*
|
||||
* The node_num exposing the available gpio pin
|
||||
*/
|
||||
uint32 node_num = 1;
|
||||
|
||||
/*
|
||||
* The the available gpio pin for usage with RemoteHardware module
|
||||
*/
|
||||
RemoteHardwarePin pin = 2;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue