-- fy
This commit is contained in:
@@ -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 ) )
|
||||
|
||||
Reference in New Issue
Block a user