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.
Dependents: Projet_de_bachelor_code Projet_de_bachelor_code
Revision 7:2fc0e8a7b6f0, committed 2018-03-16
- 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 }"