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.
Fork of libmDot-mbed5 by
Revision 17:306ffaa5d79b, committed 2016-08-17
- Comitter:
- jreiss
- Date:
- Wed Aug 17 18:39:02 2016 +0000
- Parent:
- 16:b630e18103e5
- Child:
- 18:3c8034e35a3e
- Commit message:
- update library to 2.0.2
Changed in this revision
--- a/Lora.h Thu Aug 04 15:11:24 2016 -0500
+++ b/Lora.h Wed Aug 17 18:39:02 2016 +0000
@@ -286,7 +286,8 @@
MAC_RX1,
MAC_RX2,
MAC_RXC,
- MAC_TX
+ MAC_TX,
+ MAC_JOIN
};
/**
@@ -705,3 +706,4 @@
#endif
+
--- a/MacEvents.h Thu Aug 04 15:11:24 2016 -0500 +++ b/MacEvents.h Wed Aug 17 18:39:02 2016 +0000 @@ -49,3 +49,4 @@ } #endif +
--- a/Mote.h Thu Aug 04 15:11:24 2016 -0500 +++ b/Mote.h Wed Aug 17 18:39:02 2016 +0000 @@ -254,3 +254,4 @@ } #endif +
Binary file libmDot.ar has changed
--- a/mDot.h Thu Aug 04 15:11:24 2016 -0500
+++ b/mDot.h Wed Aug 17 18:39:02 2016 +0000
@@ -561,13 +561,14 @@
*/
void saveNetworkSession();
- /** Set number of times joining will retry before giving up
+ /** Set number of times joining will retry each sub-band before changing
+ * to the next subband in US915 and AU915
* @param retries must be between 0 - 255
* @returns MDOT_OK if success
*/
int32_t setJoinRetries(const uint8_t& retries);
- /** Set number of times joining will retry before giving up
+ /** Get number of times joining will retry each sub-band
* @returns join retries (0 - 255)
*/
uint8_t getJoinRetries();
@@ -811,6 +812,14 @@
* DR3 - SF7BW125
* DR4 - SF8BW500
*
+ * AU915 Datarates
+ * ---------------
+ * DR0 - SF10BW125
+ * DR1 - SF9BW125
+ * DR2 - SF8BW125
+ * DR3 - SF7BW125
+ * DR4 - SF8BW500
+ *
* @returns spreading factor and bandwidth
*/
std::string getDateRateDetails(uint8_t rate);
@@ -1253,3 +1262,4 @@
};
#endif
+
--- a/mDotEvent.h Thu Aug 04 15:11:24 2016 -0500 +++ b/mDotEvent.h Wed Aug 17 18:39:02 2016 +0000 @@ -295,3 +295,4 @@ }; #endif // __MDOT_EVENT_H__ +
