Add log when attempting to send a packet
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user