Changes for page Add GPS Support in LG308N / LPS8v2
Last modified by Xiaoling on 2024/07/31 17:46
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -50,7 +50,6 @@ 50 50 (% class="box" %) 51 51 ((( 52 52 ((( 53 -((( 54 54 gen_gw_cfg() { 55 55 json_init 56 56 json_add_object gateway_conf ... ... @@ -61,19 +61,12 @@ 61 61 json_add_int "stat_interval" "$stat" 62 62 json_add_boolean "forward_crc_valid" 1 63 63 json_add_boolean "forward_crc_error" 0 64 -))) 65 - 66 -((( 67 - (% style="color:red" %)**json_add_string "gps_tty_path" "/dev/ttyUSB1" ~-~-~-~--> Add this line so lora program knows to get the gps info from EC25** 68 -))) 69 - 70 -((( 63 + ** (% style="color:red" %)json_add_string "gps_tty_path" "/dev/ttyUSB1" ~-~-~-~--> Add this line so lora program knows to get the gps info from EC25(%%)** 71 71 (% style="color:black" %) json_close_object 72 - json_dump > /etc/lora/local_conf.json (%%)73 - (% style="color:black" %)**}**65 + json_dump > /etc/lora/local_conf.json 66 +} 74 74 ))) 75 75 ))) 76 -))) 77 77 78 78 ((( 79 79 Reboot the device and run logread -f to verify if GPS already works.