diff --git a/src/main.cpp b/src/main.cpp index 1ec2775..59f490e 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -217,6 +217,7 @@ bool sendFetchPosition(uint16_t destination) { } bool sendPacket(Packet *packet) { + Serial.println("Attempting to send a packet"); packet->rollingCode1 = lastRollingCode1 + 1; packet->rollingCode2 = lastRollingCode2 + 1;