Library for LoRa communication using MultiTech MDOT. Not sure why it wants to republish this
Fork of libmDot by
Diff: README.txt
- Revision:
- 2:6385bf37bfe7
- Parent:
- 1:9f30fbe9e9c1
- Child:
- 3:5e805b567124
--- a/README.txt Wed Jun 24 17:03:08 2015 -0500 +++ b/README.txt Wed Jun 24 17:16:30 2015 -0500 @@ -12,6 +12,14 @@ The following source code provides an example application which configures the mDot, connects to a MultiTech Conduit gateway with matching configuration, and sends data packets to the gateway. +NOTE: All applications built using the mDot library must include mbed-src instead of mbed and must +have the "newboards" beta token enabled. This is to resolve a stack size issue that may be +encountered otherwise. A fix is on its way to the regular mbed library, but these extra steps are +required until then. To enable the "newboards" beta token, go to the page listed below, click +enable, and completely refresh your online compiler. + +https://developer.mbed.org/betamode/?pre=newboards + /************** SAMPLE CODE **************/