Strip namspace prefix

This commit is contained in:
Ben Meadors 2023-01-18 10:16:15 -06:00
parent 92525587e1
commit 36b3bf2211

View File

@ -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."