diff --git a/bin/regen-protos.sh b/bin/regen-protos.sh index a3335e535..2d96f2b7b 100755 --- a/bin/regen-protos.sh +++ b/bin/regen-protos.sh @@ -10,6 +10,6 @@ echo "prebuilt binaries for your computer into nanopb-0.4.4" cd proto ../nanopb-0.4.4/generator-bin/protoc --nanopb_out=-v:../src/mesh/generated -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." -bin/regen-docs.sh \ No newline at end of file +#echo "Regenerating protobuf documentation - if you see an error message" +#echo "you can ignore it unless doing a new protobuf release to github." +#bin/regen-docs.sh \ No newline at end of file