mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-07-29 09:39:12 -04:00
Mute audio whenever baseband mode is changed.
This commit is contained in:
parent
c52de7abe6
commit
c4de9c4423
1 changed files with 1 additions and 0 deletions
|
@ -279,6 +279,7 @@ int main(void) {
|
|||
if( message->configuration.mode != baseband_configuration.mode ) {
|
||||
|
||||
if( baseband_processor ) {
|
||||
i2s::i2s0::tx_mute();
|
||||
baseband::dma::disable();
|
||||
rf::rssi::stop();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue