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

View File

@@ -5,7 +5,7 @@ set -e
echo "This script requires https://jpa.kapsi.fi/nanopb/download/ version 0.4.1"
# the nanopb tool seems to require that the .options file be in the current directory!
cd proto
../../nanopb-0.4.1-linux-x86/generator-bin/protoc --nanopb_out=-v:../src/mesh -I=../proto portnums.proto mesh.proto
../../nanopb-0.4.1-linux-x86/generator-bin/protoc --nanopb_out=-v:../src/mesh -I=../proto *.proto
echo "Regenerating protobuf documentation - if you see an error message"
echo "you can ignore it unless doing a new protobuf release to github."