trunk recommended this change ¯\_(ツ)_/¯

This commit is contained in:
Thomas Göttgens 2023-01-21 13:59:37 +01:00
parent d8e644191b
commit 6cf18b7d07

View File

@ -11,9 +11,9 @@ cd protobufs
../nanopb-0.4.7/generator-bin/protoc --nanopb_out=-v:../src/mesh/generated/ -I=../protobufs meshtastic/*.proto ../nanopb-0.4.7/generator-bin/protoc --nanopb_out=-v:../src/mesh/generated/ -I=../protobufs meshtastic/*.proto
cd ../src/mesh/generated/meshtastic cd ../src/mesh/generated/meshtastic
sed -i 's/#include "meshtastic/#include "./g' * sed -i 's/#include "meshtastic/#include "./g' -- *
sed -i 's/meshtastic_//g' * sed -i 's/meshtastic_//g' -- *
#echo "Regenerating protobuf documentation - if you see an error message" #echo "Regenerating protobuf documentation - if you see an error message"
#echo "you can ignore it unless doing a new protobuf release to github." #echo "you can ignore it unless doing a new protobuf release to github."