WIP add gpiowr:

bin/run.sh --dest \!2462abf84098 --gpiowr 4 1
This commit is contained in:
Kevin Hester
2020-12-07 12:39:59 +08:00
parent 6e1e6efbf9
commit 401de19bf7
7 changed files with 197 additions and 12 deletions

View File

@@ -1,7 +1,7 @@
#!/bin/bash
protoc -I=proto --python_out meshtastic mesh.proto portnums.proto
protoc -I=proto --python_out meshtastic `ls proto/*.proto`
# workaround for import bug in protoc https://github.com/protocolbuffers/protobuf/issues/1491#issuecomment-690618628