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: examples/src/dot_util.cpp
- Revision:
- 33:f0ccd681dac4
- Parent:
- 31:b1d5811e3d5d
--- a/examples/src/dot_util.cpp Thu Sep 13 15:32:55 2018 -0500
+++ b/examples/src/dot_util.cpp Tue Jun 23 07:26:54 2020 +0000
@@ -408,8 +408,8 @@
// in some frequency bands we need to wait until another channel is available before transmitting again
// wait at least 10s between transmissions
uint32_t delay_s = dot->getNextTxMs() / 1000;
- if (delay_s < 10) {
- delay_s = 10;
+ if (delay_s < 30) {
+ delay_s = 30;
}
#if defined (TARGET_XDOT_L151CC)