Merge branch 'developer' into dev/issue_dont_reorder_digital_data

This commit is contained in:
2025-04-11 14:30:11 +02:00
committed by GitHub
4 changed files with 17 additions and 4 deletions

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,