Skip to content

Commit 5e13aab

Browse files
authored
Merge pull request #721 from LeeLeahy2/adc-id
Fix typo in ADC voltage ID value
2 parents 3a03972 + 6aa121d commit 5e13aab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Firmware/RTK_Surveyor/Begin.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ void identifyBoard()
1212
// Surveyor: ID resistors do not exist
1313

1414
const float rtkExpressID = 3.3 / (10 + 3.3) * 3300; // 819mV
15-
const float rtkExressPlusID = 10.0 / (10 + 3.3) * 3300; // 2418mV
15+
const float rtkExressPlusID = 10.0 / (10 + 3.3) * 3300; // 2481mV
1616
const float rtkFacetID = 10.0 / (10 + 10) * 3300; // 1650mV
1717
const float rtkFacetLbandID = 20.0 / (20 + 10) * 3300; // 2200mV
1818
const float rtkReferenceStationID = 10.0 / (10 + 20) * 3300; // 1100mV

0 commit comments

Comments
 (0)