Fixed stale counter bug

This commit is contained in:
2026-07-29 16:24:12 +01:00
parent 2fca324200
commit e0d8e55ea5

View File

@@ -64,6 +64,8 @@ def ledWorker(stopEvent: Event, diskState: DiskState) -> None:
yellow.on()
else:
yellow.off()
yellowCtr += 1
yellowCtr %= 2
sleep(1)