We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a87780 commit 769c99eCopy full SHA for 769c99e
1 file changed
bin/regen-protobufs.sh
@@ -16,6 +16,4 @@ else
16
sed -i -e 's/^import.*_pb2/from . \0/' meshtastic/*.py
17
# automate the current workaround (may be related to Meshtastic-protobufs issue #27 https://github.com/meshtastic/protobufs/issues/27)
18
sed -i -e "s/^None = 0/globals()['None'] = 0/" meshtastic/mesh_pb2.py
19
-fi
20
-
21
-mv ./meshtastic/*_pb2.py ./meshtastic/pbDefinitions/
+fi
0 commit comments