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
Accelerator
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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
meshtastic
/
firmware
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
2.7k
Star
8.2k
Code
Issues
264
Pull requests
239
Discussions
Actions
Projects
Security and quality
16
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
When talking via serial, encapsulate log messages in protobufs if necessary
- #4187
#4187
Merged
thebentern
merged 15 commits into
meshtastic:master
meshtastic/firmware:master
from
geeksville:pr-protolog
geeksville/Meshtastic-esp32:pr-protolog
Copy head branch name to clipboard
Jun 30, 2024
Conversation
Commits
15
(15)
Checks
Files changed
Merged
When talking via serial, encapsulate log messages in protobufs if necessary
#4187
thebentern
merged 15 commits into
meshtastic:master
meshtastic/firmware:master
from
geeksville:pr-protolog
geeksville/Meshtastic-esp32:pr-protolog
Copy head branch name to clipboard
Commits
Commits on Jun 27, 2024
clean up RedirectablePrint::log so it doesn't have three very different implementations inline.
geeksville
committed
1d65dae
View commit details
Copy full SHA for 1d65dae
Browse repository at this point
remove NoopPrint - it is no longer needed
geeksville
committed
5464310
View commit details
Copy full SHA for 5464310
Browse repository at this point
when talking to API clients via serial, don't turn off log msgs instead encapsuate them
geeksville
committed
a94a5e6
View commit details
Copy full SHA for a94a5e6
Browse repository at this point
Commits on Jun 28, 2024
fix the build - would loop forever if there were no files to send
geeksville
committed
c0482f5
View commit details
Copy full SHA for c0482f5
Browse repository at this point
Merge branch 'master' into pr-fixbuild
geeksville
authored
5fd18a0
View commit details
Copy full SHA for 5fd18a0
Browse repository at this point
Merge branch 'pr-fixbuild' into pr-protolog
geeksville
committed
c8a4b99
View commit details
Copy full SHA for c8a4b99
Browse repository at this point
don't use Segger code if not talking to a Segger debugger
geeksville
committed
4301544
View commit details
Copy full SHA for 4301544
Browse repository at this point
when encapsulating logs, make sure the strings always has nul terminators
geeksville
committed
b69956e
View commit details
Copy full SHA for b69956e
Browse repository at this point
nrf52 soft device will watchdog if you use ICE while BT on...
Show description for ca53564
geeksville
committed
ca53564
View commit details
Copy full SHA for ca53564
Browse repository at this point
Merge branch 'pr-fixdebug2' into pr-protolog
geeksville
committed
359fe6a
View commit details
Copy full SHA for 359fe6a
Browse repository at this point
Important to not print debug messages while writing to the toPhone scratch buffer
geeksville
committed
f37bed4
View commit details
Copy full SHA for f37bed4
Browse repository at this point
don't include newlines if encapsulating log records as protobufs
geeksville
committed
d5bcfc6
View commit details
Copy full SHA for d5bcfc6
Browse repository at this point
Merge remote-tracking branch 'root/master' into pr-protolog
geeksville
committed
fcb7f13
View commit details
Copy full SHA for fcb7f13
Browse repository at this point
Commits on Jun 30, 2024
Merge remote-tracking branch 'root/master' into pr-protolog
geeksville
committed
95885a1
View commit details
Copy full SHA for 95885a1
Browse repository at this point
Merge branch 'master' into pr-protolog
thebentern
authored
348de74
View commit details
Copy full SHA for 348de74
Browse repository at this point
You can’t perform that action at this time.