mirror of
https://github.com/intrepidcs/libicsneo.git
synced 2026-08-05 09:28:40 +02:00
RAD-Star 2: Fix invalid serial numbers being reported
This commit is contained in:
@@ -38,7 +38,7 @@ public:
|
|||||||
|
|
||||||
auto device = foundDev.device;
|
auto device = foundDev.device;
|
||||||
device.serial[sn->deviceSerial.copy(device.serial, sizeof(device.serial))] = '\0';
|
device.serial[sn->deviceSerial.copy(device.serial, sizeof(device.serial))] = '\0';
|
||||||
found.push_back(std::make_shared<RADStar2ETH>(foundDev.device));
|
found.push_back(std::make_shared<RADStar2ETH>(device));
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user