sensor tests: bump light sensor threshold

old-commit-hash: 2a30da6698d92a3729bc5478a3c53996b8077152
This commit is contained in:
Adeeb Shihadeh
2022-09-27 14:23:32 -07:00
parent 529b861d4b
commit 6731c6b61c
+1 -1
View File
@@ -51,7 +51,7 @@ Sensor = log.SensorEventData.SensorSource
SensorConfig = namedtuple('SensorConfig', ['type', 'sanity_min', 'sanity_max'])
ALL_SENSORS = {
Sensor.rpr0521: {
SensorConfig("light", 0, 150),
SensorConfig("light", 0, 1023),
},
Sensor.lsm6ds3: {