Skip to content

Commit

Permalink
Merge pull request #555 from ArjanOnwezen/fix-scanner-only-audio-outp…
Browse files Browse the repository at this point in the history
…ut-the-first-tim

Quick fix (as figures out by @bluegizmo83) to make sure WM8731S chips…
  • Loading branch information
ArjanOnwezen committed Apr 8, 2022
2 parents f25ce9e + efdefa8 commit a81d630
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions firmware/application/apps/ui_scanner.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -484,6 +484,7 @@ void ScannerView::scan_pause() {
scan_thread->set_freq_lock(0); //Reset the scanner lock (because user paused, or MAX_FREQ_LOCK reached) for next freq scan
scan_thread->set_scanning(false); // WE STOP SCANNING
audio::output::start();
on_headphone_volume_changed(field_volume.value()); // quick fix to make sure WM8731S chips don't stay silent after pause
}
}

Expand Down

0 comments on commit a81d630

Please sign in to comment.