mirror of
https://github.com/eried/portapack-mayhem.git
synced 2024-10-01 01:26:06 -04:00
Mute audio whenever baseband mode is changed.
This commit is contained in:
parent
c52de7abe6
commit
c4de9c4423
@ -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…
Reference in New Issue
Block a user