Try out the fsk
All checks were successful
Build Firmware / build (push) Successful in 2m30s

This commit is contained in:
2025-03-31 21:53:23 +02:00
parent 101bde7463
commit f1904e03fe
16 changed files with 446 additions and 246 deletions

View File

@@ -91,6 +91,7 @@
#include "ui/menu.h"
#include "ui/status.h"
#include "ui/ui.h"
#include "messages.h"
static bool flagSaveVfo;
static bool flagSaveSettings;
@@ -760,6 +761,7 @@ static void CheckRadioInterrupts(void) {
}
#endif
}
FSK_HANDLE_IRQ(interrupts.__raw);
}
}