Fix start sequence #4
+1
-1
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user