Skip to content

Commit a32aa38

Browse files
authored
Merge pull request #820 from sparkfun/Correct_Torch_X2_gnssReset
Correct Torch X2 gnssReset pin
2 parents bddacd4 + 5be1b66 commit a32aa38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Firmware/RTK_Everywhere/GNSS.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -667,7 +667,7 @@ void gnssReset()
667667
}
668668
else if (productVariant == RTK_TORCH_X2)
669669
{
670-
digitalWrite(pin_GNSS_Reset, LOW); // Tell LG290P to reset
670+
digitalWrite(pin_GNSS_DR_Reset, LOW); // Tell LG290P to reset
671671
}
672672
else if (productVariant == RTK_FLEX)
673673
{

0 commit comments

Comments
 (0)