Skip to content

Commit bb9ea85

Browse files
H-LKme-no-dev
authored andcommitted
Change Nano32 SS to 5 (espressif#41)
1 parent 6cc5a9f commit bb9ea85

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: variants/nano32/pins_arduino.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
static const uint8_t SDA = 21;
1515
static const uint8_t SCL = 22;
1616

17-
static const uint8_t SS = 2;
17+
static const uint8_t SS = 5;
1818
static const uint8_t MOSI = 23;
1919
static const uint8_t MISO = 19;
2020
static const uint8_t SCK = 18;
2121

22-
#endif /* Pins_Arduino_h */
22+
#endif /* Pins_Arduino_h */

0 commit comments

Comments
 (0)