Merge pull request #613 from geeksville/pr-moveproto

Move protobuf python glue from meshtastic to meshtastic.protobuf
This commit is contained in:
Ian McEwen
2024-06-29 17:12:32 -07:00
committed by GitHub
78 changed files with 1755 additions and 1985 deletions

View File

@@ -37,5 +37,5 @@ jobs:
git config --global user.email 'bot@noreply.github.com'
git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}
git add protobufs
git add meshtastic
git add meshtastic/protobuf
git commit -m "Update protobuf submodule" && git push || echo "No changes to commit"