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: plans/ChannelPlan_AU915.h
- Revision:
- 18:d7332302f5f1
- Parent:
- 16:4a382fe8f51b
- Child:
- 19:aa5b1fcd05be
--- a/plans/ChannelPlan_AU915.h Wed May 01 09:39:29 2019 -0500
+++ b/plans/ChannelPlan_AU915.h Thu Aug 29 08:40:49 2019 -0500
@@ -288,6 +288,12 @@
*/
virtual uint8_t GetMaxPayloadSize();
+ /**
+ * Get max payload size for given datarate
+ * @return size in bytes
+ */
+ virtual uint8_t GetMaxPayloadSize(uint8_t dr) { return ChannelPlan::GetMaxPayloadSize(dr); }
+
virtual uint8_t GetMinDatarate();
virtual uint8_t GetMaxDatarate();