diff options
| -rw-r--r-- | apps/recorder/radio.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/recorder/radio.c b/apps/recorder/radio.c index 3a21826..5258b5b 100644 --- a/apps/recorder/radio.c +++ b/apps/recorder/radio.c @@ -908,6 +908,7 @@ bool radio_screen(void) radio_stop(); #if CONFIG_CODEC == SWCODEC pcm_rec_mux(0); /* Line In */ + peak_meter_enabled = true; #endif } |