mirror of
https://github.com/meshtastic/firmware.git
synced 2025-06-09 06:32:06 +00:00
trunk recommended this change ¯\_(ツ)_/¯
This commit is contained in:
parent
d8e644191b
commit
6cf18b7d07
@ -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."
|
||||
|
Loading…
Reference in New Issue
Block a user