Browse Source

don't send udp packets (for now)

main
Hendrik Langer 6 years ago
parent
commit
dabeb1f818
  1. 2
      src/main.cpp

2
src/main.cpp

@ -428,10 +428,12 @@ void loop()
sensorON = false;
} */
/*
// Send a packet
udp.beginMulticastPacket();
udp.printf("Seconds since boot: %u", millis()/1000);
udp.endPacket();
*/
}

Loading…
Cancel
Save