Add launcher.conf.json option speaker option (DOS fix) #49
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.
This adds an option to the launcher.conf.json file to send the boot audio to the speaker instead of the headphones.
I'm thinking this would be a useful modification to make to at least the larsio music paint program, especially since the Fruit Jam ships with a speaker. I'll work on a learning system PR for that.
I also noticed an issue when the Fruit Jam is not connected to a host computer and a local USB keyboard is being used. When PyDOS (and possibly any app) starts there seems to be some data in the serial buffer which gets interpreted as keyboard input. This was causing the initial PyDOS prompt asking for read-only files system reboot to get bypassed. I modified the prompt so if one of the two required responses isn't entered, an invalid entry message is displayed and the user is re-prompted.