Skip to content

Commit 3356b72

Browse files
authored
Merge branch 'main' into release_candidate
2 parents 8ed2e6b + 00d13f3 commit 3356b72

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

Firmware/RTK_Surveyor/Begin.ino

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ Begin.ino
1717
//----------------------------------------
1818
// Hardware initialization functions
1919
//----------------------------------------
20-
2120
// Determine if the measured value matches the product ID value
2221
// idWithAdc applies resistor tolerance using worst-case tolerances:
2322
// Upper threshold: R1 down by TOLERANCE, R2 up by TOLERANCE

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ SparkFun RTK Firmware
55
<tr align="center">
66
<td><a href="https://www.sparkfun.com/products/20000"><img src="https://cdn.sparkfun.com//assets/parts/1/9/7/4/6/20000-SparkFun_RTK_Facet_L-Band-01.jpg"></a></td>
77
<td><a href="https://www.sparkfun.com/products/19029"><img src="https://cdn.sparkfun.com//assets/parts/1/8/6/3/0/RTK_Facet_Photos-01.jpg"></a></td>
8-
<td><a href="https://www.sparkfun.com/products/22429"><img src="https://cdn.sparkfun.com/assets/parts/2/2/5/2/3/SparkFun_GNSS_RTK_Reference_Station_-_05.jpg"></a></td>
8+
<td><a href="https://www.sparkfun.com/products/22429"><img src="https://cdn.sparkfun.com//assets/parts/2/2/5/2/3/SparkFun-Reference-Station--05.jpg"></a></td>
99
</tr>
1010
<tr align="center">
1111
<td><a href="https://www.sparkfun.com/products/20000">SparkFun RTK Facet L-Band (GPS-20000)</a></td>
@@ -98,13 +98,13 @@ A pre-release is often created using the latest stable release candidate. These
9898
Building from Source
9999
--------------------
100100

101-
For building the firmware, see the [Firmware README](Firmware/readme.md).
101+
For building the firmware, see the [Firmware README](Firmware/readme.md). For compiled binaries of the firmware, please see [SparkFun RTK Firmware Binaries](https://github.com/sparkfun/SparkFun_RTK_Firmware_Binaries).
102102

103103
For the documentation, see [mkdocs.yml](https://github.com/sparkfun/SparkFun_RTK_Firmware/blob/main/mkdocs.yml) and [/workflows/mkdocs.yml](https://github.com/sparkfun/SparkFun_RTK_Firmware/blob/main/.github/workflows/mkdocs.yml).
104104

105-
For building the Uploader_GUI see the header comments of [RTK_Firkware_Uploader_GUI.py](https://github.com/sparkfun/SparkFun_RTK_Firmware/blob/main/Uploader_GUI/RTK_Firmware_Uploader_GUI.py)
105+
For building the Uploader_GUI see [SparkFun_RTK_Firmware_Uploader](https://github.com/sparkfun/SparkFun_RTK_Firmware_Uploader). The pyinstaller executables are generated by the [/workflows](https://github.com/sparkfun/SparkFun_RTK_Firmware_Uploader/tree/main/.github/workflows)
106106

107-
For building the u-blox_Update_GUI see the header comments of [RTK_u-blox_Update_GUI.py](https://github.com/sparkfun/SparkFun_RTK_Firmware/blob/main/u-blox_Update_GUI/RTK_u-blox_Update_GUI.py)
107+
For building the u-blox_Update_GUI see [u-blox_Update_GUI](https://github.com/sparkfun/SparkFun_RTK_Firmware_Binaries/tree/main/u-blox_Update_GUI) and the header comments of [RTK_u-blox_Update_GUI.py](https://github.com/sparkfun/SparkFun_RTK_Firmware/blob/main/u-blox_Update_GUI/RTK_u-blox_Update_GUI.py)
108108

109109
License Information
110110
-------------------

docs/accuracy_verification.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This is a replication and confirmation of the procedure done by [RTKLibExplorer
1515
The process goes like this:
1616

1717
* Find a local monument
18-
* Covert the coordinates
18+
* Convert the coordinates
1919
* Take measurements
2020
* Calculate differences
2121

0 commit comments

Comments
 (0)