Change default brightness (#19)

This commit is contained in:
iGoX 2024-12-30 14:56:31 +01:00
parent 4a86e40fa2
commit 6e13885f95

View file

@ -210,7 +210,7 @@ def startUpSeq():
time.sleep_ms(500)
__setBusyLightStatus('OFF')
print('Start seq is ended')
__setBusyLightColor(statusColors.get('OFF'), 0.4)
__setBusyLightColor(statusColors.get('OFF'), 0.1)
startUpSeq()