mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-06 22:22:11 +08:00
sensor tests: bump light sensor threshold
old-commit-hash: 2a30da6698d92a3729bc5478a3c53996b8077152
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