This commit is contained in:
2025-12-23 20:47:03 +01:00
parent b219a71cba
commit 71cfb86e1f
10 changed files with 173 additions and 95 deletions

View File

@@ -96,9 +96,9 @@ void BCTransmitter::processValueOp( BC::OpID opID )
if( opID == BC::OpID::ReadValue )
currentValue->readRawValue( *this );
currentValue->readRawValueX( *this );
else if( opID == BC::OpID::WriteValue )
currentValue->writeRawValue( *this );
currentValue->writeRawValueX( *this );
//emit commandFinished(cmd.id, true);