Set brightness to 100 when the board powers on
There didn't seem to be a way to do this, unless I missed something somewhere?
This commit is contained in:
parent
63d54cd9b5
commit
15c5e4415e
@ -24,6 +24,7 @@ class LED(Extension):
|
||||
def __init__(
|
||||
self,
|
||||
led_pin,
|
||||
brightnesss=100,
|
||||
brightness_step=5,
|
||||
brightness_limit=100,
|
||||
breathe_center=1.5,
|
||||
|
Loading…
Reference in New Issue
Block a user