We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add the following code to generate click tone when any option on the TFT display is selected. Only exception is "slider" edit mode:
tone(BUZZER, 1300,150); delay(5); noTone(BUZZER);
By default this option is disabled and can be controlled using SYST:BEEP:KEY:STAT or Sound settings page.
The text was updated successfully, but these errors were encountered:
#53
0b4824d
3592dc7
f403e49
5ba8b06
Fixed
Sorry, something went wrong.
mvladic
No branches or pull requests
Add the following code to generate click tone when any option on the TFT display is selected. Only exception is "slider" edit mode:
By default this option is disabled and can be controlled using SYST:BEEP:KEY:STAT or Sound settings page.
The text was updated successfully, but these errors were encountered: