more fixes
This commit is contained in:
		@@ -271,6 +271,7 @@ def change_led_speed(colour, speed):
 | 
				
			|||||||
def led_handler():
 | 
					def led_handler():
 | 
				
			||||||
        global timer_led_blink_toggle, timer_led_switched, timer_led_updated, leds_constant_update
 | 
					        global timer_led_blink_toggle, timer_led_switched, timer_led_updated, leds_constant_update
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					        leds_constant_update = False
 | 
				
			||||||
        # led blinking effect. can be toggled on or off by setting led_blink to true or false.
 | 
					        # led blinking effect. can be toggled on or off by setting led_blink to true or false.
 | 
				
			||||||
        # blinks every second-
 | 
					        # blinks every second-
 | 
				
			||||||
        if leds_constant_update == True:
 | 
					        if leds_constant_update == True:
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user