add remote gpio control as an example plugin

https://github.com/meshtastic/Meshtastic-device/issues/182
This commit is contained in:
Kevin Hester
2020-12-06 18:33:42 +08:00
parent 3e0dc44210
commit 8f5a1f19d3
8 changed files with 131 additions and 5 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ extern "C" {
typedef enum _PortNum {
PortNum_UNKNOWN_APP = 0,
PortNum_TEXT_MESSAGE_APP = 1,
PortNum_GPIO_APP = 2,
PortNum_REMOTE_HARDWARE_APP = 2,
PortNum_POSITION_APP = 3,
PortNum_NODEINFO_APP = 4,
PortNum_PRIVATE_APP = 256,