send hw version info via protobufs

This commit is contained in:
Kevin Hester
2020-03-03 08:23:58 -08:00
parent d074218049
commit 28588f6730
7 changed files with 66 additions and 56 deletions
+6 -1
View File
@@ -1 +1,6 @@
/home/kevinh/packages/nanopb-0.4.1-linux-x86/generator-bin/protoc --nanopb_out=-v:src -I=proto mesh.proto
#!/bin/bash
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 -I=../proto mesh.proto