mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-06-25 15:20:31 -04:00
Default to AK4951 speaker disabled (#1396)
This commit is contained in:
parent
564f76b47d
commit
09404ca198
1 changed files with 1 additions and 0 deletions
|
@ -364,6 +364,7 @@ void defaults() {
|
|||
set_config_backlight_timer(backlight_config_t{});
|
||||
set_config_splash(true);
|
||||
set_encoder_dial_sensitivity(DIAL_SENSITIVITY_NORMAL);
|
||||
set_config_speaker_disable(true); // Disable AK4951 speaker by default (in case of OpenSourceSDRLab H2)
|
||||
|
||||
// Default values for recon app.
|
||||
set_recon_autosave_freqs(false);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue