Update protobuf version used for nanopb compiler

pull/9706/head
David Garcia Quintas 8 years ago
parent 09173c66f4
commit 716f953532
  1. 2
      tools/codegen/core/gen_nano_proto.sh

@ -83,7 +83,7 @@ popd
# this should be the same version as the submodule we compile against
# ideally we'd update this as a template to ensure that
pip install protobuf==3.0.0
pip install protobuf==3.2.0
pushd "$(dirname $INPUT_PROTO)" > /dev/null

Loading…
Cancel
Save