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.
Revision 3:9e7d20163e7a, committed 2020-12-04
- Comitter:
- afzalsamira
- Date:
- Fri Dec 04 18:33:07 2020 +0000
- Parent:
- 2:6c5853c2fd72
- Commit message:
- testing hex;
Changed in this revision
| SX126X/SX126X_LoRaRadio.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 6c5853c2fd72 -r 9e7d20163e7a SX126X/SX126X_LoRaRadio.cpp
--- a/SX126X/SX126X_LoRaRadio.cpp Thu Nov 12 22:09:59 2020 +0000
+++ b/SX126X/SX126X_LoRaRadio.cpp Fri Dec 04 18:33:07 2020 +0000
@@ -1116,6 +1116,7 @@
case MODEM_LORA:
n = 4;
buf[0] = params->params.lora.spreading_factor;
+ printf("tessssssssssssssssssst");
buf[1] = params->params.lora.bandwidth;
buf[2] = params->params.lora.coding_rate;
buf[3] = params->params.lora.low_datarate_optimization;