Strip namspace prefix

pull/2166/head
Ben Meadors 2023-01-18 10:16:15 -06:00
rodzic 92525587e1
commit 36b3bf2211
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -13,6 +13,7 @@ cd protobufs
cd ../src/mesh/generated/meshtastic
sed -i 's/#include "meshtastic/#include "./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."