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 3a03972 commit 6aa121dCopy full SHA for 6aa121d
Firmware/RTK_Surveyor/Begin.ino
@@ -12,7 +12,7 @@ void identifyBoard()
12
// Surveyor: ID resistors do not exist
13
14
const float rtkExpressID = 3.3 / (10 + 3.3) * 3300; // 819mV
15
- const float rtkExressPlusID = 10.0 / (10 + 3.3) * 3300; // 2418mV
+ const float rtkExressPlusID = 10.0 / (10 + 3.3) * 3300; // 2481mV
16
const float rtkFacetID = 10.0 / (10 + 10) * 3300; // 1650mV
17
const float rtkFacetLbandID = 20.0 / (20 + 10) * 3300; // 2200mV
18
const float rtkReferenceStationID = 10.0 / (10 + 20) * 3300; // 1100mV
0 commit comments