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:
nogg3r5 2022-06-25 07:28:39 +01:00 committed by Kyle Brown
parent 63d54cd9b5
commit 15c5e4415e

View File

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