Skip to content

Commit e42d8f9

Browse files
authored
Merge pull request #540 from oltaco/wiotrackerl1-pinfix
Wio Tracker L1: fix incorrect joystick pin.
2 parents 0a9da09 + 296a1e4 commit e42d8f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

variants/wio-tracker-l1/variant.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
#define PIN_BUTTON3 (26) // Joystick Down
3131
#define PIN_BUTTON4 (27) // Joystick Left
3232
#define PIN_BUTTON5 (28) // Joystick Right
33-
#define PIN_BUTTON6 (28) // Joystick Press
33+
#define PIN_BUTTON6 (29) // Joystick Press
3434
#define PIN_USER_BTN PIN_BUTTON1
3535
#define JOYSTICK_UP PIN_BUTTON2
3636
#define JOYSTICK_DOWN PIN_BUTTON3

0 commit comments

Comments
 (0)