kopia lustrzana https://github.com/meshtastic/firmware
12 wiersze
541 B
Bash
Executable File
12 wiersze
541 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -e
|
|
|
|
echo "This script requires https://jpa.kapsi.fi/nanopb/download/ version 0.4.8 to be located in the"
|
|
echo "firmware root directory if the following step fails, you should download the correct"
|
|
echo "prebuilt binaries for your computer into nanopb-0.4.8"
|
|
|
|
# the nanopb tool seems to require that the .options file be in the current directory!
|
|
cd protobufs
|
|
../nanopb-0.4.8/generator-bin/protoc --experimental_allow_proto3_optional "--nanopb_out=-S.cpp -v:../src/mesh/generated/" -I=../protobufs meshtastic/*.proto
|