Protobus support for re-worked audio module#881
Open
aseiger wants to merge 1 commit intomeshtastic:masterfrom
Open
Protobus support for re-worked audio module#881aseiger wants to merge 1 commit intomeshtastic:masterfrom
aseiger wants to merge 1 commit intomeshtastic:masterfrom
Conversation
caveman99
requested changes
Apr 14, 2026
| * Set to a channel index (0-7) to send audio on a specific channel. | ||
| * Only used when audio_target is 0 (broadcast mode). | ||
| */ | ||
| uint32 audio_channel = 11; |
Member
There was a problem hiding this comment.
3 of the 4 uint32 fields here can be encoded as a single byte value plus tag marker. Please add int size 8 in the options field for those. Only the target node number may stay 32 bit.
Author
There was a problem hiding this comment.
Sorry for the delay - Github isn't sending me messages apparently. Will do - TYVM
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
… persistence
Adds configuration option for the re-worked audio module
Checklist before merging
New Hardware Model Acceptance Policy
Due to limited availability and ongoing support, new Hardware Models will only be accepted from Meshtastic Backers and Partners. The Meshtastic team reserves the right to make exceptions to this policy.
Alternative for Community Contributors
You are welcome to use one of the existing DIY hardware models in your PlatformIO environment and create a pull request in the firmware project. Please note the following conditions:
Getting Official Support
To have your hardware model officially supported and included in the Meshtastic ecosystem, consider becoming a Meshtastic Backer or Partner. Visit meshtastic.com for more information about partnership opportunities.