Fix start sequence (#4)
Reviewed-on: #4
This commit was merged in pull request #4.
This commit is contained in:
+1
-2
@@ -281,7 +281,7 @@ async def shutdown(request):
|
|||||||
# Startup effect
|
# Startup effect
|
||||||
def startUpSeq():
|
def startUpSeq():
|
||||||
print('Start seq begins')
|
print('Start seq begins')
|
||||||
__setBusyLightStatus('OFF')
|
__setBusyLightColor(statusColors.get('OFF'), 0.1)
|
||||||
time.sleep_ms(100)
|
time.sleep_ms(100)
|
||||||
__setBusyLightStatus('BUSY')
|
__setBusyLightStatus('BUSY')
|
||||||
time.sleep_ms(200)
|
time.sleep_ms(200)
|
||||||
@@ -291,7 +291,6 @@ def startUpSeq():
|
|||||||
time.sleep_ms(500)
|
time.sleep_ms(500)
|
||||||
__setBusyLightStatus('OFF')
|
__setBusyLightStatus('OFF')
|
||||||
print('Start seq is ended')
|
print('Start seq is ended')
|
||||||
__setBusyLightColor(statusColors.get('OFF'), 0.1)
|
|
||||||
|
|
||||||
startUpSeq()
|
startUpSeq()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user