fixed missing global assignment
This commit is contained in:
parent
4cada0a593
commit
35416a2c28
@ -259,7 +259,7 @@ def change_led_speed(colour, speed):
|
||||
return false
|
||||
|
||||
def led_handler():
|
||||
global timer_led_blink_toggle, timer_led_switched
|
||||
global timer_led_blink_toggle, timer_led_switched, timer_led_updated
|
||||
|
||||
# led blinking effect. can be toggled on or off by setting led_blink to true or false.
|
||||
# blinks every second-
|
||||
|
Loading…
Reference in New Issue
Block a user