From 91fe4b645f7c1ea47213f44f03cc3981c2369f41 Mon Sep 17 00:00:00 2001 From: Jm Casler Date: Sun, 1 May 2022 11:21:07 -0700 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9ff7954..cfe58e3 100644 --- a/README.md +++ b/README.md @@ -21,10 +21,10 @@ Protobuf build instructions: * protoc -I=. --java_out /tmp mesh.proto To generate Nanopb c code: -* /home/kevinh/packages/nanopb-0.4.4-linux-x86/generator-bin/protoc --nanopb_out=/tmp -I=app/src/main/proto mesh.proto +* /home/kevinh/packages/nanopb-0.4.5-linux-x86/generator-bin/protoc --nanopb_out=/tmp -I=app/src/main/proto mesh.proto Nanopb binaries available here: -* https://jpa.kapsi.fi/nanopb/download/ use nanopb 0.4.4 +* https://jpa.kapsi.fi/nanopb/download/ use nanopb 0.4.5 To lint: * Install protolint: brew tap yoheimuta/protolint; brew install protolint