Skip to content

Commit bb7dea1

Browse files
authored
Fix missing SS define for D32 Pro
Fixes: espressif#2153
1 parent bff9f0b commit bb7dea1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: variants/d32_pro/pins_arduino.h

+2
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,6 @@ static const uint8_t _VBAT = 35; // battery voltage
1616
#define TFT_RST 33 // TFT reset pin
1717
#define TFT_DC 27 // TFT DC pin
1818

19+
#define SS TF_CS
20+
1921
#endif /* Pins_Arduino_h */

0 commit comments

Comments
 (0)