Skip to content

Commit

Permalink
Update pins_arduino.h
Browse files Browse the repository at this point in the history
re-added SS pin to pass test
  • Loading branch information
Vigeant authored Sep 26, 2024
1 parent 19fb450 commit fbb740d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion variants/sparkfun_esp32s3_thing_plus/pins_arduino.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ static const uint8_t Q_EN = 45;
static const uint8_t TX = 43;
static const uint8_t RX = 44;

//static const uint8_t SS = 10;
static const uint8_t SS = 10;
static const uint8_t MISO = 13; //POCI
static const uint8_t MOSI = 11; //PICO
static const uint8_t SCK = 12;
Expand Down

0 comments on commit fbb740d

Please sign in to comment.