mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-02-25 09:01:12 -05: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( message->configuration.mode != baseband_configuration.mode ) {
|
||||||
|
|
||||||
if( baseband_processor ) {
|
if( baseband_processor ) {
|
||||||
|
i2s::i2s0::tx_mute();
|
||||||
baseband::dma::disable();
|
baseband::dma::disable();
|
||||||
rf::rssi::stop();
|
rf::rssi::stop();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user