Skip to content

Commit 0ee3d62

Browse files
author
Hasnain Virk
committed
Using string to identify region rather than number
Using EU868 as the region identifier by default and hence giving away the use of an identification number.
1 parent 1d5c9f0 commit 0ee3d62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mbed_app.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"platform.default-serial-baud-rate": 115200,
3333
"lora.over-the-air-activation": true,
3434
"lora.duty-cycle-on": true,
35-
"lora.phy": 0,
35+
"lora.phy": "EU868",
3636
"lora.device-eui": "{ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }",
3737
"lora.application-eui": "{ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }",
3838
"lora.application-key": "{ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }"

0 commit comments

Comments
 (0)