Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
equant
/
meshtastic-python
Public
forked from
meshtastic/python
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit history
Commits on Apr 21, 2024
Merge pull request #553 from ianmcorvidae/more-dest-not-allowed
Show description for c529777
ianmcorvidae
authored
c529777
View commit details
Copy full SHA for c529777
Browse repository at this point
Don't allow --dest with --tunnel either
ianmcorvidae
committed
5ebc8e6
View commit details
Copy full SHA for 5ebc8e6
Browse repository at this point
--dest doesn't work with --export-config
ianmcorvidae
committed
56d1dca
View commit details
Copy full SHA for 56d1dca
Browse repository at this point
Fix up tests
ianmcorvidae
committed
393c765
View commit details
Copy full SHA for 393c765
Browse repository at this point
Allow generating QR codes for remote nodes and for all channels
ianmcorvidae
committed
243b310
View commit details
Copy full SHA for 243b310
Browse repository at this point
Don't allow --dest with --setlat/lon/alt. Fixes #545
ianmcorvidae
committed
cd1ecab
View commit details
Copy full SHA for cd1ecab
Browse repository at this point
Commits on Apr 20, 2024
bump version
github-actions
committed
c710953
View commit details
Copy full SHA for c710953
Browse repository at this point
Commits on Apr 18, 2024
protobufs: v2.3.6
ianmcorvidae
committed
70c5a30
View commit details
Copy full SHA for 70c5a30
Browse repository at this point
Merge pull request #549 from ianmcorvidae/export-import-config-altitude
Show description for 9f0ba7a
ianmcorvidae
authored
9f0ba7a
View commit details
Copy full SHA for 9f0ba7a
Browse repository at this point
Don't export null altitude, but support importing null lat/lon/alt as 0s. Fixes #548
ianmcorvidae
committed
4226201
View commit details
Copy full SHA for 4226201
Browse repository at this point
Commits on Apr 16, 2024
Merge pull request #546 from ianmcorvidae/request-position
Show description for bdf3a24
ianmcorvidae
authored
bdf3a24
View commit details
Copy full SHA for bdf3a24
Browse repository at this point
Add a `--request-position` argument to request positions from nodes
ianmcorvidae
committed
e8ba558
View commit details
Copy full SHA for e8ba558
Browse repository at this point
Send the position the node already thinks it's at when --no-time is absent, rather than an empty position
ianmcorvidae
committed
948846e
View commit details
Copy full SHA for 948846e
Browse repository at this point
Fix quotes
ianmcorvidae
committed
6c4dbb6
View commit details
Copy full SHA for 6c4dbb6
Browse repository at this point
Merge branch 'bugfix-466-yaml-import'
ianmcorvidae
committed
afbabf9
View commit details
Copy full SHA for afbabf9
Browse repository at this point
Merge remote-tracking branch 'danwelch3/bugfix-466-yaml-import' into bugfix-466-yaml-import
ianmcorvidae
committed
d810712
View commit details
Copy full SHA for d810712
Browse repository at this point
Fix Lint Error
Show description for 03c1f08
danwelch3
committed
03c1f08
View commit details
Copy full SHA for 03c1f08
Browse repository at this point
Merge pull request #544 from holdenweb/new-globals
Show description for 760fcfc
ianmcorvidae
authored
760fcfc
View commit details
Copy full SHA for 760fcfc
Browse repository at this point
Treat a message as an ack if there is an errorReason but it's set to NONE, not just if the errorReason is absent
ianmcorvidae
committed
a4830f5
View commit details
Copy full SHA for a4830f5
Browse repository at this point
Commits on Apr 15, 2024
bump version
github-actions
committed
2b1f337
View commit details
Copy full SHA for 2b1f337
Browse repository at this point
Commits on Apr 14, 2024
protobufs: v2.3.5
ianmcorvidae
committed
ddad5f0
View commit details
Copy full SHA for ddad5f0
Browse repository at this point
Commits on Apr 12, 2024
Fix my own pylint mistakes
ianmcorvidae
committed
6e7933a
View commit details
Copy full SHA for 6e7933a
Browse repository at this point
Add a variety of type annotations, primarily in mesh_interface
ianmcorvidae
committed
f449ff9
View commit details
Copy full SHA for f449ff9
Browse repository at this point
Commits on Apr 10, 2024
Refactor to remove pylint issues.
Show description for a07e853
holdenweb
committed
a07e853
View commit details
Copy full SHA for a07e853
Browse repository at this point
Begin to rationalise test data.
Show description for 0d57449
holdenweb
committed
0d57449
View commit details
Copy full SHA for 0d57449
Browse repository at this point
Refactor to avoid the use of a special global object.
Show description for 067cddd
holdenweb
committed
067cddd
View commit details
Copy full SHA for 067cddd
Browse repository at this point
Commits on Apr 9, 2024
Also accept nested settings in module_config.
Show description for 4af1b32
AeroXuk
committed
4af1b32
View commit details
Copy full SHA for 4af1b32
Browse repository at this point
Merge 'master' into 'bugfix-466-yaml-import'.
AeroXuk
committed
c580df1
View commit details
Copy full SHA for c580df1
Browse repository at this point
Commits on Apr 8, 2024
Merge pull request #541 from ianmcorvidae/removenode
Show description for b280d0b
ianmcorvidae
authored
b280d0b
View commit details
Copy full SHA for b280d0b
Browse repository at this point
Add --remove-node (fixes #514)
ianmcorvidae
committed
439b1ad
View commit details
Copy full SHA for 439b1ad
Browse repository at this point
Merge pull request #540 from ianmcorvidae/hopsaway
Show description for 9f2b54e
ianmcorvidae
authored
9f2b54e
View commit details
Copy full SHA for 9f2b54e
Browse repository at this point
Show hops away when present in nodeDB (fixes #539)
ianmcorvidae
committed
278ca74
View commit details
Copy full SHA for 278ca74
Browse repository at this point
Revert "disable bump for post1 version"
Show description for 1c93b7b
ianmcorvidae
committed
1c93b7b
View commit details
Copy full SHA for 1c93b7b
Browse repository at this point
disable bump for post1 version
ianmcorvidae
committed
2d4be34
View commit details
Copy full SHA for 2d4be34
Browse repository at this point
Set minimum version for protobuf to ensure presence of always_print_fields_with_no_presence
ianmcorvidae
committed
26f024d
View commit details
Copy full SHA for 26f024d
Browse repository at this point
Previous
Next
You can’t perform that action at this time.