Skip to content

Commit

Permalink
Don't stop if serial not available
Browse files Browse the repository at this point in the history
  • Loading branch information
andreock committed Apr 6, 2024
1 parent 6c00707 commit bbfae82
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ GFXForms *screen;
void setup() {
#ifdef ARDUINO_NANO_ESP32
Serial.begin(115200);
while (!Serial);
Serial.println("Test");
#else
Serial0.begin(115200);
Expand Down

0 comments on commit bbfae82

Please sign in to comment.