Added blue led
This commit is contained in:
@ -82,7 +82,7 @@ class BirbnetesIoTPlatformStatusDriver:
|
||||
|
||||
@classmethod
|
||||
def init(cls):
|
||||
cls.blinken_lights = BlinkenLights({'red': 24, 'green': 23})
|
||||
cls.blinken_lights = BlinkenLights({'red': 24, 'green': 23, 'blue': 26})
|
||||
cls.blinken_lights.start()
|
||||
|
||||
@classmethod
|
||||
|
Reference in New Issue
Block a user