Skip to content

Commit ac8a7d3

Browse files
committed
ESP32 limit pin was incorrect
1 parent 90bea20 commit ac8a7d3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/pinmaps/Pins.MaxESP.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
// The PPS pin is a 3.3V logic input, OnStep measures time between rising edges and adjusts the internal sidereal clock frequency
2525
#define PpsPin Aux0 // Pin 25 (PPS time source, GPS for example)
2626

27-
#define LimitPin Aux5 // Pin 0 (The limit switch sense is a logic level input normally pull high (2k resistor,) shorted to ground it stops gotos/tracking)
27+
#define LimitPin 39 // Pin 39 (The limit switch sense is a logic level input normally pull high (2k resistor,) shorted to ground it stops gotos/tracking)
2828

2929
#define Axis1DirPin 19 // Pin 19 (Dir)
3030
#define Axis1StepPin 18 // Pin 18 (Step)
@@ -56,4 +56,3 @@
5656
#error "Wrong processor for this configuration!"
5757

5858
#endif
59-

0 commit comments

Comments
 (0)