From 36b3bf22111d939e6b4a850521aaad0baadd484d Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Wed, 18 Jan 2023 10:16:15 -0600 Subject: [PATCH] Strip namspace prefix --- bin/regen-protos.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/regen-protos.sh b/bin/regen-protos.sh index eae8a121c..abfe7a141 100755 --- a/bin/regen-protos.sh +++ b/bin/regen-protos.sh @@ -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."