test
This commit is contained in:
parent
22a4548249
commit
8bbdc7e7d7
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ def update_screen():
|
|||
return
|
||||
|
||||
|
||||
next_canvas = blinkFrameCanvases[0]
|
||||
next_canvas = blinkFrameCanvases[currentBlinkState]
|
||||
|
||||
if currentBlinkState < DesiredBlinkState:
|
||||
currentBlinkState =+ 1
|
||||
|
|
Loading…
Add table
Reference in a new issue