mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
Adalight - HyperSerial Support (#1515)
* HyperSerial support * Migrate Adalight records to new structure * Serial Devices - Select baud rate and allow providing a custom one
This commit is contained in:
@@ -60,7 +60,7 @@ bool ProviderRs232::init(const QJsonObject &deviceConfig)
|
||||
_deviceName = _deviceName.mid(5);
|
||||
}
|
||||
|
||||
_baudRate_Hz = deviceConfig["rate"].toInt();
|
||||
_baudRate_Hz = deviceConfig["rate"].toInt();
|
||||
_delayAfterConnect_ms = deviceConfig["delayAfterConnect"].toInt(1500);
|
||||
|
||||
Debug(_log, "DeviceName : %s", QSTRING_CSTR(_deviceName));
|
||||
|
Reference in New Issue
Block a user