diff --git a/src/main.cpp b/src/main.cpp index c57b5959..36bc0f04 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -53,11 +53,6 @@ void setup() { Serial.begin(serialBaudRate); globalTimer = timer_create_default(); -#ifdef ESP32C3 - // Wait for the Computer to be able to connect. - delay(2000); -#endif - Serial.println(); Serial.println(); Serial.println();