#44 Channel/frequency scanner remember last found channel

This commit is contained in:
Krzysiek Egzmont
2023-10-25 02:17:09 +02:00
parent 72eddd009b
commit 9a64a18010
3 changed files with 63 additions and 54 deletions

View File

@@ -57,6 +57,7 @@ extern bool gScanKeepResult;
void SCANNER_ProcessKeys(KEY_Code_t Key, bool bKeyPressed, bool bKeyHeld);
void SCANNER_Start(void);
void SCANNER_Found();
void SCANNER_Stop(void);
void SCANNER_ScanChannels(const bool storeBackupSettings, const int8_t scan_direction);
void SCANNER_ContinueScanning();