mirror of
https://github.com/MoreTore/openpilot.git
synced 2026-08-05 00:05:59 +08:00
sensor tests: bump light sensor threshold
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user