testing hex for lorawan communication

Files at this revision

API Documentation at this revision

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;