This commit is contained in:
2026-01-08 00:25:36 +01:00
parent 23695bc7ef
commit c40f288aaa
9 changed files with 110 additions and 196 deletions

View File

@@ -184,7 +184,7 @@ void BCTransmitter::onProcessValue()
uint8_t regID = static_cast<uint8_t> (value.registerID);
// Für den Fehlerfall: Wir senden den alten Wert einfach zurück
uint32_t newValue = value.rawUIntValue;
uint32_t newValue = value.rawValue;
BCValue::Flag newState = BCValue::Flag::Failed;;
if(value.flags.testFlag( BCValue::Flag::WriteMe ) )