Skip to content

Commit 76a1059

Browse files
Fix indentation and spacing
1 parent 67fc806 commit 76a1059

File tree

5 files changed

+24
-26
lines changed

5 files changed

+24
-26
lines changed

Hardware/GNSSDO/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,4 @@ SparkPNT GNSSDO Design Files
33

44
The files here are the KiCad schematic and PCB design files from SparkFun Electronics.
55

6-
KiCad can be downloaded [here](https://www.kicad.org/).
7-
6+
KiCad can be downloaded [here](https://www.kicad.org/).

Hardware/GNSSDO_Plus/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,4 @@ SparkPNT GNSSDO Design Files
33

44
The files here are the KiCad schematic and PCB design files from SparkFun Electronics.
55

6-
KiCad can be downloaded [here](https://www.kicad.org/).
7-
6+
KiCad can be downloaded [here](https://www.kicad.org/).

ISSUE_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Describe your issue here.
33

44
### Your workbench
55
- What development board or microcontroller are you using?
6-
- What version of hardware or breakout board are you using?
6+
- What version of hardware or breakout board are you using?
77
- How is the breakout board wired to your microcontroller?
88
- How is everything being powered?
99
- Are there any additional details that may help us help you?

docs/L5.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ The mosaic-T is L5-capable but, because the GPS L5 service is currently pre-oper
3434
</figure>
3535

3636
!!! info
37-
Make sure to click “OK” at the bottom of each page where you are making changes to update the current configuration, and don’t forget to save it to boot if you want the configuration to persist when you cycle power.
37+
Make sure to click “OK” at the bottom of each page where you are making changes to update the current configuration, and don’t forget to save it to boot if you want the configuration to persist when you cycle power.
3838

3939
## Command Interface
4040

docs/software_overview.md

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ Users should install the [RXTools software suite](https://www.septentrio.com/en/
176176
Once installed, the driver emulates two virtual serial ports, which can be accessed as standard `COM` ports to the receiver.
177177

178178
??? tip "Terminal Emulators"
179-
Most [terminal emulation programs](https://learn.sparkfun.com/tutorials/112) will not make a distinction between virtual or native COM ports. However, for virtual serial ports, the port settings *(i.e. baud rate, etc.)* are not relevant and the default configuration is used in the terminal emulation program. However, the physical/native `COM` ports will have the following default setting:
179+
Most [terminal emulation programs](https://learn.sparkfun.com/tutorials/112) will not make a distinction between virtual or native COM ports. However, for virtual serial ports, the port settings *(i.e. baud rate, etc.)* are not relevant and the default configuration is used in the terminal emulation program. However, the physical/native `COM` ports will have the following default setting:
180180

181181
- Baudrate: 115200bps
182182
- Data Bits: 8
@@ -339,32 +339,32 @@ Select option **c** ("c" followed by "Enter") to configure the firmware:
339339
- **8) Pulse-Per-Second Interval**
340340
- This defines the interval of the PPS signal. The intervals are defined by the mosiac-T firmware. Use "8" and "Enter" to scroll through the intervals.
341341
- "off"
342-
* "msec10"
343-
* "msec20"
344-
* "msec50"
345-
* "msec100"
346-
* "msec200"
347-
* "msec250"
348-
* "msec500"
349-
* "sec1"
350-
* "sec2"
351-
* "sec4"
352-
* "sec5"
353-
* "sec10"
354-
* "sec30"
355-
* "sec60"
342+
- "msec10"
343+
- "msec20"
344+
- "msec50"
345+
- "msec100"
346+
- "msec200"
347+
- "msec250"
348+
- "msec500"
349+
- "sec1"
350+
- "sec2"
351+
- "sec4"
352+
- "sec5"
353+
- "sec10"
354+
- "sec30"
355+
- "sec60"
356356
- **9) Pulse-Per-Second Polarity**
357357
- This defines the PPS signal polarity: Low2High or High2Low
358358
- **10) Pulse-Per-Second Delay**
359359
- This allows the timing of the PPS signal to be advanced or retarded. The units are nanoseconds.
360360
- **11) Pulse-Per-Second Time Scale**
361361
- This defines which time scale is used to generate the PPS signal.
362362
- "GPS"
363-
* "Galileo"
364-
* "BeiDou"
365-
* "GLONASS"
366-
* "UTC"
367-
* "RxClock"
363+
- "Galileo"
364+
- "BeiDou"
365+
- "GLONASS"
366+
- "UTC"
367+
- "RxClock"
368368
- **12) Pulse-Per-Second Max Sync Age**
369369
- This defines how long PPS pulses will be produced when the GNSS signal is lost or jammed: 0 to 3600 seconds.
370370
- **13) Pulse-Per-Second Pulse Width**

0 commit comments

Comments
 (0)