Skip to content

Commit 9c25cef

Browse files
Update pins_arduino.h (#10610)
The correct pin is GPIO4.
1 parent e99f1fd commit 9c25cef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: variants/m5stack_fire/pins_arduino.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ static const uint8_t RX = 3;
99
static const uint8_t SDA = 21;
1010
static const uint8_t SCL = 22;
1111

12-
static const uint8_t SS = 5;
12+
static const uint8_t SS = 4;
1313
static const uint8_t MOSI = 23;
1414
static const uint8_t MISO = 19;
1515
static const uint8_t SCK = 18;

0 commit comments

Comments
 (0)