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

‎variants/d32_pro/pins_arduino.h‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,6 @@ static const uint8_t _VBAT = 35; // battery voltage
1616
#defineTFT_RST 33 // TFT reset pin
1717
#defineTFT_DC 27 // TFT DC pin
1818

19+
#defineSS TF_CS
20+
1921
#endif/* Pins_Arduino_h */

0 commit comments

Comments
(0)