Add gpsd support to portduino/native (#10781)
* Add gpsd support to portduino * copilot fixes * emit gps config in emit_yaml * Fix formating to standard * Address coderabitai issues --------- Co-authored-by: Ben Meadors <benmmeadors@gmail.com> Co-authored-by: Jonathan Bennett <jbennett@incomsystems.biz>
This commit is contained in:
co-authored by
GitHub
Ben Meadors
Jonathan Bennett
parent
23bb55d965
commit
2fdb722e00
@@ -104,7 +104,9 @@ Lora:
|
||||
### Define GPS
|
||||
|
||||
GPS:
|
||||
# SerialPath: /dev/ttyS0
|
||||
# SerialPath: /dev/ttyS0 # Use a physical serial GPS device (mutually exclusive with GpsdHost)
|
||||
# GpsdHost: localhost # Use gpsd daemon as GPS source instead of a serial device
|
||||
# GpsdPort: 2947 # gpsd TCP port (default: 2947)
|
||||
# ExtraPins:
|
||||
# - 22
|
||||
|
||||
|
||||
Reference in New Issue
Block a user