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 {
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);
#else
if(overS9Bars == 0) {