0
mirror of https://github.com/OneOfEleven/uv-k5-firmware-custom.git synced 2025-06-19 22:58:04 +03:00

added a panadapter

This commit is contained in:
OneOfEleven
2023-11-18 18:44:10 +00:00
parent fb9fdd6921
commit 04faeb1ee6
21 changed files with 411 additions and 1602 deletions

View File

@ -35,6 +35,9 @@ extern center_line_t g_center_line;
bool UI_DisplayAudioBar(const bool now);
#endif
void UI_update_rssi(const int rssi, const unsigned int glitch, const unsigned int noise, const unsigned int vfo);
#ifdef ENABLE_PANADAPTER
void UI_DisplayMain_pan(const bool now);
#endif
void UI_DisplayMain(void);
#endif