This commit is contained in:
Erik Frojdh 2020-02-04 17:50:21 +01:00
parent 8f64449117
commit c3bbe45b68

View File

@ -1824,8 +1824,8 @@ void* start_timer(void* arg) {
}
}
sendUDPPacket(0, packetData, packetsize);
sendUDPPacket(1, packetData2, packetsize);
// sendUDPPacket(0, packetData, packetsize);
// sendUDPPacket(1, packetData2, packetsize);
}
}
FILE_LOG(logINFO, ("Sent frame: %d\n", frameNr));