sensor tests: bump light sensor threshold

pull/25904/head
Adeeb Shihadeh 3 years ago
parent 89768376c0
commit 2a30da6698
  1. 2
      selfdrive/sensord/tests/test_sensord.py

@ -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: {

Loading…
Cancel
Save