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 37b2efb1ed
commit 70e7879dd9

View File

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