We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94d0162 commit c4982b8Copy full SHA for c4982b8
src/SparkFun_VL53L1X.cpp
@@ -60,7 +60,7 @@ bool SFEVL53L1X::checkID()
60
{
61
uint16_t sensorId;
62
_device->VL53L1X_GetSensorId(&sensorId);
63
- if ((sensorId == 0xEACC) || (sensorId == 0xEBAA) || (sensorId == 0xEAAA))
+ if ((sensorId == 0xEACC) || (sensorId == 0xEBAA))
64
return true;
65
return false;
66
}
0 commit comments