Last modified by Xiaoling on 2024/07/31 17:46

From version 1.6
edited by Xiaoling
on 2022/05/14 10:24
Change comment: There is no comment for this version
To version 1.4
edited by Xiaoling
on 2022/05/14 10:23
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -46,12 +46,13 @@
46 46   json_add_int "stat_interval" "$stat"
47 47   json_add_boolean "forward_crc_valid" 1
48 48   json_add_boolean "forward_crc_error" 0
49 - (% 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(% style="color:black" %)
50 - json_close_object
51 - json_dump  > /etc/lora/local_conf.json
49 + (% 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
50 + json_close_object
51 + json_dump  > /etc/lora/local_conf.json
52 52  }
53 53  )))
54 54  
55 +
55 55  Reboot the device and run logread -f to verify if GPS already works.
56 56  
57 57  (% class="box" %)