Is this like Serial.write() where you pass the ADDRESS of the buffer and the number of bytes to send? That would be:
LoRa.write(&packetNum, sizePacketNum);
1 Like
Is this like Serial.write() where you pass the ADDRESS of the buffer and the number of bytes to send? That would be:
LoRa.write(&packetNum, sizePacketNum);