Adjustment
This commit is contained in:
parent
4eb6ea2c16
commit
551afd065f
2
main.py
2
main.py
|
@ -61,7 +61,7 @@ class Marshaller(Server):
|
||||||
|
|
||||||
if distance_in_inches < 15:
|
if distance_in_inches < 15:
|
||||||
self.red_led.on()
|
self.red_led.on()
|
||||||
elif distance_in_inches < 24:
|
elif distance_in_inches < 22:
|
||||||
self.green_led.on()
|
self.green_led.on()
|
||||||
self.yellow_led.on()
|
self.yellow_led.on()
|
||||||
elif distance_in_inches < 25:
|
elif distance_in_inches < 25:
|
||||||
|
|
Loading…
Reference in New Issue