Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit bb7dea1

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

File tree

Expand file treeCollapse file tree

1 file changed

+2
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-0
lines changed

‎variants/d32_pro/pins_arduino.h

Copy file name to clipboardExpand all lines: variants/d32_pro/pins_arduino.h
+2Lines 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
#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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.