Fix start sequence #4

Merged
iGoX merged 2 commits from igox/fix-start-sequence into main 2026-03-24 22:12:24 +01:00
Showing only changes of commit 193da94f08 - Show all commits
-1
View File
@@ -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()