We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b5140b commit ce1a7f1Copy full SHA for ce1a7f1
example.config.yml
@@ -1,7 +1,7 @@
1
---
2
# GPSd configuration.
3
gpsd_devices: "/dev/ttyAMA0"
4
-gpsd_options: "-s 115200 -n"
+gpsd_options: "-s 38400 -n"
5
6
# Refclock to be used as a time source.
7
# See: https://chrony-project.org/doc/3.4/chrony.conf.html#refclock
tasks/pi-config.yml
@@ -8,9 +8,9 @@
8
register: modify_boot_config
9
with_items:
10
- regexp: '^dtoverlay=pciex1-compat'
11
- line: dtoverlay=pciex1-compat-pi5,mmio-hi
+ line: "dtoverlay=pciex1-compat-pi5,mmio-hi"
12
- regexp: '^dtparam=uart0'
13
- line: dtparam=uart0=on
+ line: "dtparam=uart0=on"
14
15
- name: Ensure serial port is available for GPS.
16
ansible.builtin.replace:
0 commit comments