Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: Mote.h
- Revision:
- 90:79a8c8660a4e
- Parent:
- 81:d8f2c4e664f5
- Child:
- 114:8462870088eb
diff -r 8c49632473a5 -r 79a8c8660a4e Mote.h
--- a/Mote.h Wed Aug 02 14:05:54 2017 -0500
+++ b/Mote.h Tue Aug 08 07:09:10 2017 -0500
@@ -70,7 +70,7 @@
* @param slot rx window packet was received
* @param retries number of attempts before ack was received
*/
- virtual void PacketRx(uint8_t port, uint8_t *payload, uint16_t size, int16_t rssi, int8_t snr, lora::DownlinkControl ctrl, uint8_t slot, uint8_t retries = 0);
+ virtual void PacketRx(uint8_t port, uint8_t *payload, uint16_t size, int16_t rssi, int8_t snr, lora::DownlinkControl ctrl, uint8_t slot, uint8_t retries = 0, uint32_t address = 0);
/**
* Fired when radio has received a packet, packet is not validated