Add meshtasticd config metadata#10001
Merged
Merged
Conversation
To be consumed by config-picker utils, and hopefully meshtasticd itself in the future.
jp-bennett
approved these changes
Mar 27, 2026
skrashevich
pushed a commit
to skrashevich/meshtastic-firmware
that referenced
this pull request
Apr 4, 2026
To be consumed by config-picker utils, and hopefully meshtasticd itself in the future.
jeek
pushed a commit
to jeek/Meshtastic-Exploiteers-Hacker-Pager
that referenced
this pull request
Jun 30, 2026
To be consumed by config-picker utils, and hopefully meshtasticd itself in the future.
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.
To be consumed by config-picker utils, and hopefully meshtasticd itself in the future.
Allows for easily filtering by
compatibletags. Ex:mpwrd-menuby default will show only configs with a matchingcompatibletag when compared with the board name.Metadata structure
Each configuration file includes a
Metasection that provides information about the configuration.This configuration is consumed by configuration-selection tools.
name: A unique identifier for the configuration, typically reflecting the hardware it supports.support: Indicates the level of support for this configuration. It can be one of the following:community: Supported by the Meshtastic community. Meshtastic Members may not possess, or have not tested this configuration.official: Fully supported by Meshtastic. Meshtastic Members have tested and verified this configuration.deprecated: No longer recommended for deployment by Meshtastic.compatible: A list of compatible products or platforms that can use this configuration.This will vary depending on the intended use case / platform.
Multiple compatible entries can be included. E.g. Armbian
BOARDvalue or OpenWrtTARGETvalue.These tags can be consumed by different configuration-selection tools, filtering based upon their platform/etc.
Example usage