diff --git a/firmware/apps/tuner.c b/firmware/apps/tuner.c index 2f6a5ed..85ddf6c 100644 --- a/firmware/apps/tuner.c +++ b/firmware/apps/tuner.c @@ -36,6 +36,7 @@ void tuner_init(){ radio_writepower(0x25); codeplug_setfreq(); radio_strobe(RF_SCAL); + draw(); }else{ app_next(); }