Added debug timer.
This commit is contained in:
@@ -166,16 +166,11 @@ void BCTransmitter::onUpdateValue( BCValuePtrConst valuePtr)
|
||||
{
|
||||
newState = BCValue::Flag::InSync;
|
||||
newValue = result.value();
|
||||
qDebug() << " ---- Wert empfangen: " << newValue;
|
||||
qDebug() << " ---- " << BCTimeStamp << " DevID: " << devID << " RegID: " << regID << " Value: " << newValue;
|
||||
}
|
||||
}
|
||||
|
||||
emit valueUpdated( value.deviceID, value.indexRow, newState, newValue );
|
||||
|
||||
// __fix
|
||||
//bc::processEventsFor(150);
|
||||
//bc::delay_millis(150);
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user