Skip to content

Commit 38536b2

Browse files
author
Kimmo Vaisanen
committed
Use lora drivers from mbed-os repository
Lora drivers are now (since mbed-os 6.0) included in mbed-os so separate driver repository is no longer needed.
1 parent 59288ee commit 38536b2

File tree

4 files changed

+3
-1
lines changed

4 files changed

+3
-1
lines changed

config/SX126X_example_config.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
"platform.default-serial-baud-rate": 115200,
2727
"lora.over-the-air-activation": true,
2828
"lora.duty-cycle-on": true,
29+
"target.components_add": ["SX126X"],
2930
"lora.phy": "EU868",
3031
"lora.device-eui": "{ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }",
3132
"lora.application-eui": "{ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }",

config/SX127X_example_config.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
"platform.default-serial-baud-rate": 115200,
3333
"lora.over-the-air-activation": true,
3434
"lora.duty-cycle-on": true,
35+
"target.components_add": ["SX1272", "SX1276"],
3536
"lora.phy": "EU868",
3637
"lora.device-eui": "{ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }",
3738
"lora.application-eui": "{ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }",

mbed-lora-radio-drv.lib

Lines changed: 0 additions & 1 deletion
This file was deleted.

mbed_app.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
"platform.default-serial-baud-rate": 115200,
3333
"lora.over-the-air-activation": true,
3434
"lora.duty-cycle-on": true,
35+
"target.components_add": ["SX1272", "SX1276", "SX126X"],
3536
"lora.phy": "EU868",
3637
"lora.device-eui": "{ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }",
3738
"lora.application-eui": "{ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }",

0 commit comments

Comments
 (0)