MultiTech / libmDot-dev-mbed2-deprecated

Dependents:   mDot_LoRa_CLASS_C_P2P

Fork of libmDot-dev by Multi-Hackers

Warning

Using libmDot 2.0.3 and above with an existing application may require a change in the MacEvent handler!
Compile applications with mbed v121 and mbed-rtos v116 libraries.

In AT Command Firmware remove line 803.

CommandTerminal/CommandTerminal.cpp

        delete[] info->RxBuffer;

Likewise, if your application is handling events from the library asynchronously.

Revision:
19:f3a46d2bb9b3
Parent:
17:306ffaa5d79b
Child:
26:17479e0039f6
--- a/mDotEvent.h	Thu Aug 18 17:38:05 2016 +0000
+++ b/mDotEvent.h	Fri Aug 19 16:23:07 2016 -0500
@@ -295,4 +295,3 @@
 };
 
 #endif // __MDOT_EVENT_H__
-