Skip to content

Commit 498b5a9

Browse files
committed
Fix RAK3112 pin assignment
1 parent 1c1dafd commit 498b5a9

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

PlatformIO/RAK_PATCH_V2/rakwireless/variants/rak3112/pins_arduino.h

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,11 @@
1212

1313
// GPIO's
1414
#define WB_IO1 21
15-
#define WB_IO2 2
16-
// #define WB_IO2 14
15+
#define WB_IO2 14
1716
#define WB_IO3 41
1817
#define WB_IO4 42
1918
#define WB_IO5 38
2019
#define WB_IO6 39
21-
// #define WB_SW1 35 NC
2220
#define WB_A0 1
2321
#define WB_A1 2
2422
#define WB_CS 12
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Just for consistency, for RAK3112 ESP32-S3 all definitions are in the pins_arduino.h
22

33
#ifndef _VARIANT_RAK3112_
4-
#define _VARIANT_RAK3113_
4+
#define _VARIANT_RAK3112_
55
#endif

0 commit comments

Comments
 (0)