Add Rx/Tx timer

This commit is contained in:
Armel FAUVEAU
2024-04-16 20:06:37 +02:00
parent 27bfe1f4ac
commit 1051bf0e68
2 changed files with 3 additions and 12 deletions

View File

@@ -250,8 +250,6 @@ void UI_DisplayAudioBar(void)
DrawLevelBar(62, line, bars);
gUpdateStatus = true;
if (gCurrentFunction == FUNCTION_TRANSMIT)
ST7565_BlitFullScreen();
}