Adjustment

This commit is contained in:
Mike Cifelli 2023-10-28 13:31:57 -04:00
parent 4eb6ea2c16
commit 551afd065f
Signed by: mike
GPG Key ID: 6B08C6BE47D08E4C
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ class Marshaller(Server):
if distance_in_inches < 15:
self.red_led.on()
elif distance_in_inches < 24:
elif distance_in_inches < 22:
self.green_led.on()
self.yellow_led.on()
elif distance_in_inches < 25: