Skip to content

Commit 5be1b66

Browse files
committed
Correct Torch X2 gnssReset pin
1 parent 65fc6b4 commit 5be1b66

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)