Move to original font with Classic S-Meter

This commit is contained in:
Armel FAUVEAU
2024-02-12 21:39:41 +01:00
parent ef1df5b9e4
commit a491ff80bc

View File

@@ -372,6 +372,9 @@ void DisplayRSSIBar(const bool now)
else { else {
sprintf(str, "+%02d", overS9dBm); sprintf(str, "+%02d", overS9dBm);
} }
if(gSetting_set_met)
UI_PrintStringSmallNormal(str, LCD_WIDTH + 38, 0, line - 1);
else
UI_PrintStringSmallBold(str, LCD_WIDTH + 38, 0, line - 1); UI_PrintStringSmallBold(str, LCD_WIDTH + 38, 0, line - 1);
#else #else
if(overS9Bars == 0) { if(overS9Bars == 0) {