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 87f8575 commit 94d0162Copy full SHA for 94d0162
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))
+ if ((sensorId == 0xEACC) || (sensorId == 0xEBAA) || (sensorId == 0xEAAA))
64
return true;
65
return false;
66
}
0 commit comments