Update sideband selection graphic on band switch

This commit is contained in:
Reed Nightingale 2020-04-25 23:06:16 -07:00
parent e85db6781a
commit 6cd72a5b8a

View File

@ -405,6 +405,7 @@ void osVfo(const Vfo_e vfo){
memcpy_P(&button,&bVfoB,sizeof(button));
drawButton(&button);
updateBandButtons(old_freq);
updateSidebandButtons();
}
void toVfoA(char* text_out, const uint16_t max_text_size){