Fix start sequence

This commit is contained in:
2026-03-24 22:03:24 +01:00
parent 193da94f08
commit 119993155f
+1 -1
View File
@@ -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)