Fix RSSI bars

This commit is contained in:
OneOfEleven
2023-09-24 20:16:56 +01:00
parent 9cc84bd00b
commit e266409efe
5 changed files with 35 additions and 35 deletions

View File

@@ -17,7 +17,7 @@
#ifndef UI_RSSI_H
#define UI_RSSI_H
void UI_UpdateRSSI(const int16_t RSSI);
void UI_UpdateRSSI(const int16_t RSSI, const int vfo);
#endif