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

pull/2187/head
Thomas Göttgens 2023-01-21 13:59:37 +01:00
rodzic d8e644191b
commit 6cf18b7d07
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -11,9 +11,9 @@ cd protobufs
../nanopb-0.4.7/generator-bin/protoc --nanopb_out=-v:../src/mesh/generated/ -I=../protobufs meshtastic/*.proto
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 "you can ignore it unless doing a new protobuf release to github."