Skip to content

Commit

Permalink
Remove ESP32-C3 startup delay (#329)
Browse files Browse the repository at this point in the history
  • Loading branch information
kounocom authored Dec 11, 2024
1 parent 457fe2c commit d8b51aa
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit d8b51aa

Please sign in to comment.