m3 server fix for trimbits and badchannels that are shifted by 1

This commit is contained in:
maliakal_d 2025-04-09 17:52:23 +02:00
parent c32732b22e
commit a138b5b365

View File

@ -304,7 +304,7 @@ patternParameters *setChannelRegisterChip(int ichip, char *mask,
chanReg |= (0x1 << (3 + icounter));
}
}
chanReg /= 2;
// deserialize
if (chanReg & CHAN_REG_BAD_CHANNEL_MSK) {
LOG(logINFOBLUE,