Basic xdot code to check how many memory is available for user APP after initializing libxdot lorawan stack

Revision:
40:3cb0ed329c6e
Parent:
38:2c027824e046
Child:
41:67feacfab49c
--- a/examples/inc/RadioEvent.h	Thu Dec 19 09:33:42 2019 -0600
+++ b/examples/inc/RadioEvent.h	Mon May 18 09:57:44 2020 -0500
@@ -13,7 +13,7 @@
 
     virtual ~RadioEvent() {}
 
-    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, uint32_t address, bool dupRx) {
+    virtual void PacketRx(uint8_t port, uint8_t *payload, uint16_t size, int16_t rssi, int16_t snr, lora::DownlinkControl ctrl, uint8_t slot, uint8_t retries, uint32_t address, bool dupRx) {
         mDotEvent::PacketRx(port, payload, size, rssi, snr, ctrl, slot, retries, address, dupRx);
 
 #if ACTIVE_EXAMPLE == FOTA_EXAMPLE