Files
firmware/bin/regen-protos.sh

16 lines
659 B
Bash
Raw Normal View History

#!/usr/bin/env bash
2020-03-03 08:23:58 -08:00
2020-12-04 18:54:00 +08:00
set -e
2022-06-17 08:37:52 -05:00
echo "This script requires https://jpa.kapsi.fi/nanopb/download/ version 0.4.6 to be located in the"
2020-12-11 08:31:41 +08:00
echo "meshtastic-device root directory if the following step fails, you should download the correct"
2022-06-17 08:37:52 -05:00
echo "prebuilt binaries for your computer into nanopb-0.4.6"
2020-12-11 08:31:41 +08:00
2020-03-03 08:23:58 -08:00
# the nanopb tool seems to require that the .options file be in the current directory!
2022-05-12 20:45:30 +10:00
cd protobufs
2022-06-17 08:37:52 -05:00
../nanopb-0.4.6/generator-bin/protoc --nanopb_out=-v:../src/mesh/generated -I=../protobufs *.proto
2020-12-04 18:54:00 +08:00
#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