Typo in variable name

This commit is contained in:
nogg3r5 2022-06-28 11:12:26 +01:00 committed by Kyle Brown
parent 37e67c7c44
commit aa327e4557

View File

@ -24,7 +24,7 @@ class LED(Extension):
def __init__(
self,
led_pin,
brightnesss=50,
brightness=50,
brightness_step=5,
brightness_limit=100,
breathe_center=1.5,