contain lorawan with serial_rx enabled

Dependencies:   pulga-lorawan-drv SPI_MX25R Si1133 BME280

Files at this revision

API Documentation at this revision

Comitter:
mbed_official
Date:
Thu May 03 15:00:18 2018 +0100
Parent:
14:b25fefabb634
Child:
16:8d460198a422
Commit message:
Fix default application key

Lora application key is 16 bytes long so default value was missing one byte.

.
Commit copied from https://github.com/ARMmbed/mbed-os-example-lorawan

Changed in this revision

mbed_app.json Show annotated file Show diff for this revision Revisions of this file
--- a/mbed_app.json	Wed May 02 06:31:08 2018 +0100
+++ b/mbed_app.json	Thu May 03 15:00:18 2018 +0100
@@ -37,7 +37,7 @@
             "lora.phy": 0,
             "lora.device-eui": "{ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }",
             "lora.application-eui": "{ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }",
-            "lora.application-key": "{ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }"
+            "lora.application-key": "{ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }"
         },
 
         "K64F": {