diff options
author | Harsh Sharma <harsh.sharma@multitech.com> | 2022-04-05 17:12:08 -0500 |
---|---|---|
committer | Harsh Sharma <harsh.sharma@multitech.com> | 2022-04-05 17:12:08 -0500 |
commit | c5606f336ec51066d7f70b991dd92bde91cc67c9 (patch) | |
tree | 7e8e47cc76d9a8ccf199f7c707958bab7b194806 /recipes-connectivity | |
parent | 696b4b7140cd122ec83557527d3d309755efd04d (diff) | |
download | meta-mlinux-c5606f336ec51066d7f70b991dd92bde91cc67c9.tar.gz meta-mlinux-c5606f336ec51066d7f70b991dd92bde91cc67c9.tar.bz2 meta-mlinux-c5606f336ec51066d7f70b991dd92bde91cc67c9.zip |
Updated lora 1303 tag
Diffstat (limited to 'recipes-connectivity')
-rw-r--r-- | recipes-connectivity/lora/lora-gateway-sx1303/global_conf.json.MTAC_003_0_0.EU868 | 3 | ||||
-rw-r--r-- | recipes-connectivity/lora/lora-gateway-sx1303/global_conf.json.MTAC_003_0_0.US915 | 3 | ||||
-rw-r--r-- | recipes-connectivity/lora/lora-gateway-sx1303/global_conf.json.MTCAP3.EU868 | 3 | ||||
-rw-r--r-- | recipes-connectivity/lora/lora-gateway-sx1303/global_conf.json.MTCAP3.US915 | 3 | ||||
-rw-r--r-- | recipes-connectivity/lora/lora-gateway-sx1303_2.0.13.bb (renamed from recipes-connectivity/lora/lora-gateway-sx1303_2.0.12.bb) | 0 |
5 files changed, 8 insertions, 4 deletions
diff --git a/recipes-connectivity/lora/lora-gateway-sx1303/global_conf.json.MTAC_003_0_0.EU868 b/recipes-connectivity/lora/lora-gateway-sx1303/global_conf.json.MTAC_003_0_0.EU868 index 40dc9a2..40fb874 100644 --- a/recipes-connectivity/lora/lora-gateway-sx1303/global_conf.json.MTAC_003_0_0.EU868 +++ b/recipes-connectivity/lora/lora-gateway-sx1303/global_conf.json.MTAC_003_0_0.EU868 @@ -103,7 +103,8 @@ "forward_crc_error": false, "forward_crc_disabled": false, /* GPS configuration */ - "gps_tty_path": "/dev/ttyS0", + "gps" : true, + "gps_tty_path": "/dev/gps0", /* GPS reference coordinates */ "ref_latitude": 0.0, "ref_longitude": 0.0, diff --git a/recipes-connectivity/lora/lora-gateway-sx1303/global_conf.json.MTAC_003_0_0.US915 b/recipes-connectivity/lora/lora-gateway-sx1303/global_conf.json.MTAC_003_0_0.US915 index 3719762..ba40dca 100644 --- a/recipes-connectivity/lora/lora-gateway-sx1303/global_conf.json.MTAC_003_0_0.US915 +++ b/recipes-connectivity/lora/lora-gateway-sx1303/global_conf.json.MTAC_003_0_0.US915 @@ -90,7 +90,8 @@ "forward_crc_error": false, "forward_crc_disabled": false, /* GPS configuration */ - "gps_tty_path": "/dev/ttyS0", + "gps" : true, + "gps_tty_path": "/dev/gps0", /* GPS reference coordinates */ "ref_latitude": 0.0, "ref_longitude": 0.0, diff --git a/recipes-connectivity/lora/lora-gateway-sx1303/global_conf.json.MTCAP3.EU868 b/recipes-connectivity/lora/lora-gateway-sx1303/global_conf.json.MTCAP3.EU868 index f1652ca..57d92e8 100644 --- a/recipes-connectivity/lora/lora-gateway-sx1303/global_conf.json.MTCAP3.EU868 +++ b/recipes-connectivity/lora/lora-gateway-sx1303/global_conf.json.MTCAP3.EU868 @@ -103,7 +103,8 @@ "forward_crc_error": false, "forward_crc_disabled": false, /* GPS configuration */ - "gps_tty_path": "/dev/ttyS0", + "gps" : false, + "gps_tty_path": "/dev/gps0", /* GPS reference coordinates */ "ref_latitude": 0.0, "ref_longitude": 0.0, diff --git a/recipes-connectivity/lora/lora-gateway-sx1303/global_conf.json.MTCAP3.US915 b/recipes-connectivity/lora/lora-gateway-sx1303/global_conf.json.MTCAP3.US915 index 21e906d..df8b854 100644 --- a/recipes-connectivity/lora/lora-gateway-sx1303/global_conf.json.MTCAP3.US915 +++ b/recipes-connectivity/lora/lora-gateway-sx1303/global_conf.json.MTCAP3.US915 @@ -90,7 +90,8 @@ "forward_crc_error": false, "forward_crc_disabled": false, /* GPS configuration */ - "gps_tty_path": "/dev/ttyS0", + "gps" : false, + "gps_tty_path": "/dev/gps0", /* GPS reference coordinates */ "ref_latitude": 0.0, "ref_longitude": 0.0, diff --git a/recipes-connectivity/lora/lora-gateway-sx1303_2.0.12.bb b/recipes-connectivity/lora/lora-gateway-sx1303_2.0.13.bb index 3bf2442..3bf2442 100644 --- a/recipes-connectivity/lora/lora-gateway-sx1303_2.0.12.bb +++ b/recipes-connectivity/lora/lora-gateway-sx1303_2.0.13.bb |