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: ChannelPlan.h
- Revision:
- 69:e22889c7eaa9
- Parent:
- 68:5f787643e7d7
- Child:
- 70:0c5b5b02d17b
--- a/ChannelPlan.h Thu Aug 29 08:32:27 2019 -0500 +++ b/ChannelPlan.h Thu Aug 29 12:21:51 2019 -0500 @@ -193,12 +193,6 @@ virtual uint8_t GetMaxPayloadSize(); /** - * Get max payload size for a given datarate - * @return size in bytes - */ - virtual uint8_t GetMaxPayloadSize(uint8_t dr); - - /** * Get rx window settings for requested window * RX_1, RX_2, RX_BEACON, RX_SLOT * @param window @@ -293,6 +287,11 @@ virtual uint8_t GetFrequencySubBand(); /** + * Reset the ack counter used to lower datarate if ACK's are missed + */ + virtual void ResetAckCounter(); + + /** * Callback for radio to request channel change when frequency hopping * @param currentChannel */