Merge PR #97: Mennekes: Don't filter for MAC address manufacturer during discovery
This commit is contained in:
commit
f1434c170a
@ -64,10 +64,6 @@ QList<AmtronECUDiscovery::Result> AmtronECUDiscovery::discoveryResults() const
|
||||
|
||||
void AmtronECUDiscovery::checkNetworkDevice(const NetworkDeviceInfo &networkDeviceInfo)
|
||||
{
|
||||
if (networkDeviceInfo.macAddressManufacturer() != "GIGA-BYTE TECHNOLOGY CO.,LTD.") {
|
||||
return;
|
||||
}
|
||||
|
||||
int port = 502;
|
||||
int slaveId = 0xff;
|
||||
qCDebug(dcMennekes()) << "Checking network device:" << networkDeviceInfo << "Port:" << port << "Slave ID:" << slaveId;
|
||||
|
||||
@ -64,10 +64,6 @@ QList<AmtronHCC3Discovery::AmtronDiscoveryResult> AmtronHCC3Discovery::discovery
|
||||
|
||||
void AmtronHCC3Discovery::checkNetworkDevice(const NetworkDeviceInfo &networkDeviceInfo)
|
||||
{
|
||||
if (networkDeviceInfo.macAddressManufacturer() != "GIGA-BYTE TECHNOLOGY CO.,LTD.") {
|
||||
return;
|
||||
}
|
||||
|
||||
int port = 502;
|
||||
int slaveId = 0xff;
|
||||
qCDebug(dcMennekes()) << "Checking network device:" << networkDeviceInfo << "Port:" << port << "Slave ID:" << slaveId;
|
||||
|
||||
Reference in New Issue
Block a user