min req of python is 3.7 now; bump nanopb version

This commit is contained in:
Mike Kinney
2022-03-02 13:29:19 -08:00
parent 58de84945f
commit dbf54396f3
15 changed files with 4121 additions and 234 deletions

View File

@@ -1,6 +1,6 @@
#!/bin/bash
./nanopb-0.4.4/generator-bin/protoc -I=proto --python_out meshtastic `ls proto/*.proto`
./nanopb-0.4.5/generator-bin/protoc -I=proto --python_out meshtastic `ls proto/*.proto`
# workaround for import bug in protoc https://github.com/protocolbuffers/protobuf/issues/1491#issuecomment-690618628