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:
Fri Mar 16 07:00:18 2018 +0000
Parent:
6:d6016e907c7a
Child:
8:7594ad70d2bf
Commit message:
Merge pull request #48 from janjongboom/patch-1

Set lora.phy in mbed_app.json
.
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	Tue Mar 13 15:30:19 2018 +0000
+++ b/mbed_app.json	Fri Mar 16 07:00:18 2018 +0000
@@ -34,6 +34,7 @@
             "platform.default-serial-baud-rate": 115200,
             "lora.over-the-air-activation": true,
             "lora.duty-cycle-on": true,
+            "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 }"