Fixed squelch restore.

This commit is contained in:
Dual Tachyon 2023-09-02 14:00:07 +01:00
parent 4d5cb0c5d6
commit db5fe85f6a

View File

@ -353,7 +353,7 @@ void BOARD_EEPROM_Init(void)
} else {
gEeprom.CHAN_1_CALL = 0;
}
if (Data[0] < 10) {
if (Data[1] < 10) {
gEeprom.SQUELCH_LEVEL = Data[1];
} else {
gEeprom.SQUELCH_LEVEL = 4;