Browse Source

zeig was du tust

master
Ralf Behrens 4 years ago
parent
commit
5e23acff61
  1. 2
      src/main.cpp

2
src/main.cpp

@ -230,7 +230,7 @@ void onEvent(ev_t ev) { @@ -230,7 +230,7 @@ void onEvent(ev_t ev) {
}
// Schedule next transmission
os_setTimedCallback(&sendjob, os_getTime() + sec2osticks(TX_INTERVAL), do_send);
Serial1.println(F("WasTustDu="));
Serial1.print(F("WasTustDu="));
Serial1.println(WasTustDu);
WasTustDu++;
PrintTimeDate();

Loading…
Cancel
Save