Update for iMS and EQ to be compatible with FMDX Server software

This commit is contained in:
Sjef Verhoeven PE5PVB
2024-01-28 19:11:51 +01:00
parent 0dcefb8c4f
commit fbdd001955
2 changed files with 37 additions and 31 deletions
+1
View File
@@ -2216,6 +2216,7 @@ void ButtonPress() {
EEPROM.writeByte(EE_BYTE_IMSSET, iMSset);
EEPROM.writeByte(EE_BYTE_EQSET, EQset);
EEPROM.commit();
if (XDRGTKUSB || XDRGTKTCP) DataPrint("G" + String(!EQset) + String(!iMSset) + "\n");
} else {
if (band == BAND_SW && tunemode != TUNE_MEM) {
nowToggleSWMIBand = !nowToggleSWMIBand;