mirror of
https://github.com/nymea/nymea-plugins.git
synced 2026-07-19 00:54:53 +02:00
on the quest to find the segfault
This commit is contained in:
parent
d7d4e5672c
commit
b7548e8f7d
@ -170,7 +170,7 @@ void SerialPortCommander::onStopBitsChanged(QSerialPort::StopBits stopBits)
|
||||
|
||||
void SerialPortCommander::onFlowControlChanged(QSerialPort::FlowControl flowControl)
|
||||
{
|
||||
//foreach(Device *device, m_inputDevices) { //TODO enum to string
|
||||
//foreach(Device *device, m_inputDevices) { //TODO enum to stringau
|
||||
//device->setParamValue(serialPortInputFlowControlParamTypeId, QVariant::fromValue(QSerialPort::FlowControl).value<QString>());
|
||||
//}
|
||||
if(m_outputDevice != nullptr)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user