fixed sending to the correct PAN

This commit is contained in:
Jelmer
2023-02-17 14:37:32 +01:00
parent fb271fb22e
commit 10fbc00965

View File

@@ -124,7 +124,7 @@ static void sendPing() {
txframe->fcs.destAddrType = 2;
txframe->fcs.srcAddrType = 3;
txframe->seq = seq++;
txframe->dstPan = 0xFFFF;
txframe->dstPan = PROTO_PAN_ID;
txframe->dstAddr = 0xFFFF;
txframe->srcPan = PROTO_PAN_ID;
commsTxNoCpy(outBuffer);