playfultechnology / audio-guestbook

The "audio guestbook" is a converted telephone handset that guests can use to leave recorded messages at weddings and parties
GNU General Public License v3.0
140 stars 88 forks source link

Audio "Tweaks" tab not appearing under 4.0 #114

Open dallingilbert opened 1 year ago

dallingilbert commented 1 year ago

As stated in the title, I edited the boards.txt file to include the menu options for both 4.0 and 4.1 teensy boards. Unfortunately I can get the audio tweaks tab to appear under the "Tools" menu under only the 4.1 teensy board. When I switch to the 4.0 version of teensy, that option goes away.

gastentwickler commented 1 year ago

I have the same problem the other way round: I have the option only for the 4.0 teensy board and not for the 4.1

tylerhovi commented 1 year ago

Also having this issue getting the Audio Tweak menu to appear. Using a 4.0 board and it doesn't appear. When I select the 4.1 board it appears.

damase38 commented 1 year ago

I'm also having this issue. 4.0 board and doesn't appear. Any solutions?

RowanZee18 commented 1 year ago

Anyone find any solutions for this. I have tried various things with no luck

EWeezyPeezy commented 1 year ago

Had the same issue. This was the fix:

Upon restart, a known bug in Arduino IDE 2.0 may prevent it from recognizing changes in the boards.txt and boards.local.txt files. If you encounter this issue, delete the C:\Users\\AppData\Roaming\arduino-ide\ folder for the "Audio Tweaks" to appear correctly.

Stevesgoodcoding commented 6 months ago

EWeezyPeezy's comment above about deleting the file worked for me. Audio settings now show up. Thank you!