meshtasticd: CH341 / HAT+ Auto Configuration#6446
Merged
Merged
Conversation
6bbcd4a to
eb8d7ee
Compare
Contributor
|
Is it a good idea to hard code the .yaml file names? Might another alternative be to include the .yaml file name in the Product string in the eeprom so new Toad like devices could be added without adding them to the source. |
jp-bennett
reviewed
Mar 29, 2025
e2c3811 to
9e27486
Compare
thebentern
approved these changes
Mar 31, 2025
jeek
pushed a commit
to jeek/Meshtastic-Exploiteers-Hacker-Pager
that referenced
this pull request
Jun 30, 2026
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.
MeshtasticD AutoConf
Adds support for automatically loading a config for a given LoRa radio via two methods:
PIDS"Product String"Both of these methods require a programmed EEPROM flash present on the device.
Also adds the
--simarg, which forces meshtasticd into Simulator mode (ignoring all other configs).