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.
Dependents: Turtle_RadioShuttle
Diff: examples/RadioTest.cpp
- Revision:
- 8:456cdcb077b3
- Parent:
- 7:8c114eebcb77
- Child:
- 9:02766ad58bdd
--- a/examples/RadioTest.cpp Wed Feb 13 16:13:10 2019 +0100
+++ b/examples/RadioTest.cpp Fri Feb 15 09:56:08 2019 +0100
@@ -388,7 +388,7 @@
dprintf("RadioContinuesTX test, press reset to abort");
while(true) {
- int secs = 1;
+ int secs = 10;
radio->SetTxContinuousWave(myProfile[0].Frequency, myProfile[0].TXPower, secs);
wait_ms(secs * 1000);
rprintf(".");