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 }}
fredericx98
/
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 May 1, 2026
feat: add remote_switch module support
Show description for ef607a2
fredericx98
and
claude
committed
ef607a2
View commit details
Copy full SHA for ef607a2
Browse repository at this point
Commits on Apr 10, 2026
poetry lock
ianmcorvidae
committed
cec79a7
View commit details
Copy full SHA for cec79a7
Browse repository at this point
loosen packaging version requirement
ianmcorvidae
committed
6805fee
View commit details
Copy full SHA for 6805fee
Browse repository at this point
protobufs: v2.7.21
ianmcorvidae
committed
3cb9ce2
View commit details
Copy full SHA for 3cb9ce2
Browse repository at this point
Commits on Mar 2, 2026
bump version to 2.7.8
github-actions
committed
eb964d7
View commit details
Copy full SHA for eb964d7
Browse repository at this point
yolo away some pylint complaints
ianmcorvidae
committed
80c40ef
View commit details
Copy full SHA for 80c40ef
Browse repository at this point
Merge pull request #828 from NekoCWD/nekocwd/hop-limits
Show description for 2494bb4
ianmcorvidae
authored
2494bb4
View commit details
Copy full SHA for 2494bb4
Browse repository at this point
Merge pull request #898 from skgsergio/feat/esp32-unified-ota
Show description for 1e4822f
ianmcorvidae
authored
1e4822f
View commit details
Copy full SHA for 1e4822f
Browse repository at this point
update hopLimit docs to be in correct sections/include types
ianmcorvidae
authored
c7ee644
View commit details
Copy full SHA for c7ee644
Browse repository at this point
Apply trailing comma suggestions from code review
Show description for 9af5f22
ianmcorvidae
and
Copilot
authored
9af5f22
View commit details
Copy full SHA for 9af5f22
Browse repository at this point
Merge pull request #871 from viric/traceroute-0hop
Show description for 1d3bdf1
ianmcorvidae
authored
1d3bdf1
View commit details
Copy full SHA for 1d3bdf1
Browse repository at this point
Update meshtastic/mesh_interface.py
Show description for 7129a9f
ianmcorvidae
and
Copilot
authored
7129a9f
View commit details
Copy full SHA for 7129a9f
Browse repository at this point
Merge pull request #890 from h3lix1/traffic_module
Show description for d8e438b
ianmcorvidae
authored
d8e438b
View commit details
Copy full SHA for d8e438b
Browse repository at this point
Apply suggestion from @ianmcorvidae
ianmcorvidae
authored
6511d06
View commit details
Copy full SHA for 6511d06
Browse repository at this point
protobufs: v2.7.19
ianmcorvidae
committed
94c531e
View commit details
Copy full SHA for 94c531e
Browse repository at this point
Merge pull request #908 from pdxlocations/fix-label-error
Show description for ad4f3f5
ianmcorvidae
authored
ad4f3f5
View commit details
Copy full SHA for ad4f3f5
Browse repository at this point
Merge pull request #907 from cpatulea/get-security
Show description for 1c9cf37
ianmcorvidae
authored
1c9cf37
View commit details
Copy full SHA for 1c9cf37
Browse repository at this point
Apply suggestion from @ianmcorvidae
ianmcorvidae
authored
cd9199b
View commit details
Copy full SHA for cd9199b
Browse repository at this point
Update meshtastic/__main__.py
Show description for 04a23ae
pdxlocations
and
ianmcorvidae
authored
04a23ae
View commit details
Copy full SHA for 04a23ae
Browse repository at this point
Commits on Mar 1, 2026
Fix property fallback
pdxlocations
committed
b003214
View commit details
Copy full SHA for b003214
Browse repository at this point
add fallback for older protobuf dependency
pdxlocations
committed
414a621
View commit details
Copy full SHA for 414a621
Browse repository at this point
fix: update repeated field checks to use is_repeated property
pdxlocations
committed
a87065a
View commit details
Copy full SHA for a87065a
Browse repository at this point
Commits on Feb 28, 2026
Fix '--get security' (incorrect AdminMessage.ConfigType value).
Show description for 942ce11
cpatulea
committed
942ce11
View commit details
Copy full SHA for 942ce11
Browse repository at this point
Commits on Feb 25, 2026
Add traffic management unit tests
h3lix1
committed
d5eaece
View commit details
Copy full SHA for d5eaece
Browse repository at this point
Add traffic management module to the config.
h3lix1
committed
545c3ab
View commit details
Copy full SHA for 545c3ab
Browse repository at this point
Commits on Feb 14, 2026
Update protobufs
github-actions
committed
fee2b6c
View commit details
Copy full SHA for fee2b6c
Browse repository at this point
Update protobufs GH action
thebentern
committed
d0ccb1a
View commit details
Copy full SHA for d0ccb1a
Browse repository at this point
fix: cleanup imports in tests
skgsergio
committed
5721859
View commit details
Copy full SHA for 5721859
Browse repository at this point
Commits on Feb 1, 2026
fix: add tests
skgsergio
committed
4de19f5
View commit details
Copy full SHA for 4de19f5
Browse repository at this point
fix: throw propper exceptions and cleanup code
skgsergio
committed
4d8430d
View commit details
Copy full SHA for 4d8430d
Browse repository at this point
Update meshtastic/__main__.py
Show description for bf580c3
thebentern
and
Copilot
authored
bf580c3
View commit details
Copy full SHA for bf580c3
Browse repository at this point
Commits on Jan 31, 2026
feat: Add ESP32 WiFi Unified OTA update support
skgsergio
committed
1eb13c9
View commit details
Copy full SHA for 1eb13c9
Browse repository at this point
Commits on Jan 25, 2026
Merge pull request #893 from lexfrei/fix/ble-race-condition
Show description for cdf893e
ianmcorvidae
authored
cdf893e
View commit details
Copy full SHA for cdf893e
Browse repository at this point
fix(ble): resolve BLE hangs on macOS without --debug flag
Show description for 9b9df9e
lexfrei
and
claude
committed
9b9df9e
View commit details
Copy full SHA for 9b9df9e
Browse repository at this point
Commits on Jan 24, 2026
bump version to 2.7.7
github-actions
committed
b26d80f
View commit details
Copy full SHA for b26d80f
Browse repository at this point
Previous
Next
You can’t perform that action at this time.