feat: add Joshua Bardwell's voice package#148
Conversation
|
@pfeerick is this failing the checks because some file names are too long? |
|
The errors are pretty clear: Filename of a system file (i.e. located in the SYSTEM directory) is max 8 character plus extension. This has been the case since OpenTX 2.2 (or earlier), and was the case until EdgeTX 2.11 (non-system filename was increased to 8 characters plus extension - so consistent for both system and non-system files) so will need to update this build check. |
|
Right, now just down to the filenames that are still too long (all over 8 characters in length). The build checks currently don't check the file extension, so you can either change the extension to something else, and I make it so the build checks only verify the |
|
@pfeerick I reduced the name of those file names that were showing up in the log, so they're no longer over 8 characters in length |
|
Thanks for that... let's roll with it! :) |


Summary
This pull request implements the request from TheBlueGreen/Joshua-Bardwell-OpenTX-EdgeTX-Voicepack#8:
Background
The original issue was opened by a Joshua Bardwell member requesting automatic inclusion of the voicepack in EdgeTX Buddy.
See the original discussion and request (including any images or context) at the above link.
What this PR does
sounds.jsonto include a brief description as recommended in the screenshot from the original discussionAdditional context
This PR is submitted on behalf of the original requester as discussed in the linked issue.
If any further details are needed, please refer to the original issue.
Thank you for your consideration 🚀