mirror of
https://github.com/meshtastic/python.git
synced 2026-09-17 07:55:37 -04:00
WIP for new cleaned up device API
This commit is contained in:
1 parent
5972dc6dd2
commit
ac31189798
5 files changed
+166
-153
No files matched your search
+5
-1
@@ -1,4 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
|
||||
protoc -I=proto --python_out meshtastic mesh.proto
|
||||
protoc -I=proto --python_out meshtastic mesh.proto portnums.proto
|
||||
|
||||
# workaround for import bug in protoc https://github.com/protocolbuffers/protobuf/issues/1491#issuecomment-690618628
|
||||
|
||||
sed -i -E 's/^import.*_pb2/from . \0/' meshtastic/*.py
|
||||
Reference in new issue
Block a user