Adjustment

This commit is contained in:
Mike Cifelli 2023-10-28 11:32:17 -04:00
parent 9a99a1f8a6
commit 4eb6ea2c16
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 < 23:
elif distance_in_inches < 24:
self.green_led.on()
self.yellow_led.on()
elif distance_in_inches < 25: