testing hex for lorawan communication
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 |
--- 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;