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

‎variants/nano32/pins_arduino.h‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
staticconstuint8_tSDA=21;
1515
staticconstuint8_tSCL=22;
1616

17-
staticconstuint8_tSS=2;
17+
staticconstuint8_tSS=5;
1818
staticconstuint8_tMOSI=23;
1919
staticconstuint8_tMISO=19;
2020
staticconstuint8_tSCK=18;
2121

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

0 commit comments

Comments
(0)