We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cf307d commit a04b6edCopy full SHA for a04b6ed
variants/feather_esp32/pins_arduino.h
@@ -20,7 +20,7 @@ static const uint8_t RX = 16;
20
static const uint8_t SDA = 23;
21
static const uint8_t SCL = 22;
22
23
-static const uint8_t SS = 2;
+static const uint8_t SS = 33;
24
static const uint8_t MOSI = 18;
25
static const uint8_t MISO = 19;
26
static const uint8_t SCK = 5;
0 commit comments