Changed default sensor
This commit is contained in:
parent
23d2add388
commit
667edf92eb
1 changed files with 1 additions and 1 deletions
|
@ -29,6 +29,6 @@ hue_conf = {
|
|||
"registered_file": "smart_light_registered.bridge",
|
||||
} # Custom configuration for philips hue
|
||||
|
||||
sensor = VL53L3CXSensor()
|
||||
sensor = VL53L1XSensor()
|
||||
|
||||
counter: PeopleCounter = PeopleCounter(sensor, MAX_TRIGGER_DISTANCE) # Sensor object
|
||||
|
|
Loading…
Reference in a new issue