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: MacEvents.h
- Revision:
- 180:a78812699800
- Parent:
- 179:578d8030ba57
--- a/MacEvents.h Tue Sep 18 08:25:04 2018 -0500 +++ b/MacEvents.h Tue Sep 18 10:59:15 2018 -0500 @@ -34,7 +34,7 @@ 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, bool dupRx=false) = 0; virtual void RxDone(uint8_t *payload, uint16_t size, int16_t rssi, int8_t snr, lora::DownlinkControl ctrl, uint8_t slot) = 0; - virtual void BeaconRx(uint8_t *payload, uint16_t size, int16_t rssi, int8_t snr) = 0; + virtual void BeaconRx(const BeaconData_t& beacon_data, int16_t rssi, int8_t snr) = 0; virtual void BeaconLost() = 0; virtual void ServerTime(uint32_t seconds, uint8_t sub_seconds) = 0;