Compare commits

..

No commits in common. '68828a8d974ca2efc00fb003b3dcfb5af20d237c' and 'df09c4b71f3306f06ba2e5d06dd71e9418fd995e' have entirely different histories.

  1. 2
      src/main.cpp

2
src/main.cpp

@ -275,7 +275,7 @@ void onEvent(ev_t ev) { @@ -275,7 +275,7 @@ void onEvent(ev_t ev) {
void setup() {
delay(5000);
//while (!Serial);
while (!Serial);
Serial.begin(19200);
Serial.println(F("Starting 1.02"));

Loading…
Cancel
Save