Skip to content

Commit a40f0b4

Browse files
authored
Merge pull request #291 from mkinney/1_3_python
min req of python is 3.7 now; bump nanopb version
2 parents 3fe881e + dbf5439 commit a40f0b4

15 files changed

Lines changed: 4125 additions & 238 deletions

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ dist
66
log_*
77
.eggs
88
nanopb-0.4.4
9+
nanopb-0.4.5
910
.*swp
1011
.coverage
1112
*.py-E

bin/regen-protos.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
./nanopb-0.4.4/generator-bin/protoc -I=proto --python_out meshtastic `ls proto/*.proto`
3+
./nanopb-0.4.5/generator-bin/protoc -I=proto --python_out meshtastic `ls proto/*.proto`
44

55
# workaround for import bug in protoc https://github.com/protocolbuffers/protobuf/issues/1491#issuecomment-690618628
66

meshtastic/admin_pb2.py

Lines changed: 306 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

meshtastic/apponly_pb2.py

Lines changed: 45 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

meshtastic/cannedmessages_pb2.py

Lines changed: 64 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)