pull/9/head
tteague 2020-02-21 15:13:18 -06:00
rodzic 39f4679dd0
commit daefa4423a
1 zmienionych plików z 3 dodań i 2 usunięć

Wyświetl plik

@ -249,8 +249,9 @@ void do_send(osjob_t *j) {
void setup() {
delay(5000);
while (!Serial)
;
// Uncomment to wait for serial connection. (not for batteries)
//while (!Serial)
// ;
Serial.begin(9600);
Serial.println(F("Starting"));