Changed setRaw Value

This commit is contained in:
2026-01-18 22:47:26 +01:00
parent 093b90fab6
commit 4309d2231e
4 changed files with 26 additions and 6 deletions

View File

@@ -166,8 +166,7 @@ void BCTransmitter::onUpdateValue( BCValuePtrConst valuePtr)
if( result.has_value() )
{
newState = BCValue::Flag::InSync;
newValue = result.value();
//qDebug() << " ---- " << BCTimeStamp << " DevID: " << devID << " RegID: " << regID << " Value: " << newValue;
newValue = result.value();
}
}