Change default brightness (#19)
This commit is contained in:
parent
4a86e40fa2
commit
6e13885f95
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue