Update leds straight away after a sync

This commit is contained in:
jimmy 2025-06-02 00:18:25 +12:00
parent 9e72dba035
commit 3d0078f118
1 changed files with 2 additions and 1 deletions

View File

@ -34,7 +34,8 @@ class Patterns:
def sync(self):
self.pattern_step=0
self.last_update = utime.ticks_ms()
self.last_update = utime.ticks_ms() - self.delay
self.tick()
def tick(self):
if self.patterns[self.selected]: