diff --git a/ESP32/main.py b/ESP32/main.py index b61fe78..881a70c 100644 --- a/ESP32/main.py +++ b/ESP32/main.py @@ -291,7 +291,6 @@ def startUpSeq(): time.sleep_ms(500) __setBusyLightStatus('OFF') print('Start seq is ended') - __setBusyLightColor(statusColors.get('OFF'), 0.1) startUpSeq()