Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ bad-names=foo,bar,baz,toto,tutu,tata
max-line-length=150

# Maximum number of lines in a module
max-module-lines=1200
max-module-lines=1400



Expand Down
316 changes: 306 additions & 10 deletions meshtastic/admin_pb2.py

Large diffs are not rendered by default.

54 changes: 45 additions & 9 deletions meshtastic/apponly_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

115 changes: 65 additions & 50 deletions meshtastic/cannedmessages_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading