diff --git a/src/main.cpp b/src/main.cpp index c47fe18..d86d306 100644 --- a/src/main.cpp +++ b/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(); +*/ }