Added option to clear memory range

Cancel button for auto memory changed to mode button
This commit is contained in:
Sjef Verhoeven PE5PVB
2024-08-05 12:59:44 +02:00
parent 41ab18f0ff
commit a186e20c1b
4 changed files with 90 additions and 24 deletions
+1
View File
@@ -244,4 +244,5 @@ extern void tftPrint(int8_t offset, const String & text, int16_t x, int16_t y, i
extern void setAutoSpeedSPI();
extern void showAutoSquelch(bool mode);
extern uint8_t doAutoMemory(uint16_t startfreq, uint16_t stopfreq, uint8_t startmem, uint8_t stopmem, bool pisearch);
extern void ClearMemoryRange(uint8_t start, uint8_t stop);
#endif