This commit is contained in:
Ryzerth
2020-08-11 18:33:42 +02:00
parent b65bddc1b3
commit cdea80f8c5
19 changed files with 706 additions and 244 deletions

View File

@@ -85,6 +85,8 @@ namespace ImGui {
void autoRange();
void selectFirstVFO();
bool centerFreqMoved = false;
bool vfoFreqChanged = false;
bool bandplanEnabled = false;
@@ -92,6 +94,7 @@ namespace ImGui {
std::map<std::string, WaterfallVFO*> vfos;
std::string selectedVFO;
bool selectedVFOChanged = false;
enum {
REF_LOWER,