Skip to content

Commit fbb740d

Browse files
authored
Update pins_arduino.h
re-added SS pin to pass test
1 parent 19fb450 commit fbb740d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: variants/sparkfun_esp32s3_thing_plus/pins_arduino.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ static const uint8_t Q_EN = 45;
2525
static const uint8_t TX = 43;
2626
static const uint8_t RX = 44;
2727

28-
//static const uint8_t SS = 10;
28+
static const uint8_t SS = 10;
2929
static const uint8_t MISO = 13; //POCI
3030
static const uint8_t MOSI = 11; //PICO
3131
static const uint8_t SCK = 12;

0 commit comments

Comments
 (0)