I see some errors in a line of code in ERA: "Error Name: System Error"
It happens only on Edge 1030 devices.
This is the code in that line:
protected function getDeviceConfig() as Ant.DeviceConfig {
return GenericChannel.getDeviceConfig();
}
According to the doc this function is since sdk 1 and there's no list of devices, shouldn't it be available?