Add "switch demodulation mode" function for programmable buttons

This commit is contained in:
Krzysiek Egzmont
2023-11-02 18:11:13 +01:00
parent 388c3dadf1
commit 8c9bdaacbc
4 changed files with 15 additions and 1 deletions

View File

@@ -32,6 +32,7 @@ void ACTION_Scan(bool bRestart);
#ifdef ENABLE_FMRADIO
void ACTION_FM(void);
#endif
void ACTION_SwitchDemodul(void);
void ACTION_Handle(KEY_Code_t Key, bool bKeyPressed, bool bKeyHeld);