Set stepsize to default when using XDRGTK seek function

This commit is contained in:
Sjef Verhoeven PE5PVB
2024-05-31 12:38:50 +02:00
parent b92c3b124e
commit 810119a972
2 changed files with 8 additions and 0 deletions
+2
View File
@@ -45,6 +45,7 @@ extern byte iMSEQ;
extern byte iMSset;
extern byte language;
extern byte memorypos;
extern byte stepsize;
extern byte subnetclient;
extern byte TEF;
extern char buff[16];
@@ -135,5 +136,6 @@ extern void updateiMS();
extern void updateEQ();
extern void tftPrint(int8_t offset, const String & text, int16_t x, int16_t y, int color, int smoothcolor, uint8_t fontsize);
extern void showAutoSquelch(bool mode);
extern void ShowStepSize();
#endif