Skip to content

Commit

Permalink
Fix missing SS define for D32 Pro
Browse files Browse the repository at this point in the history
Fixes: #2153
  • Loading branch information
me-no-dev authored Dec 6, 2018
1 parent bff9f0b commit bb7dea1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions variants/d32_pro/pins_arduino.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,6 @@ static const uint8_t _VBAT = 35; // battery voltage
#define TFT_RST 33 // TFT reset pin
#define TFT_DC 27 // TFT DC pin

#define SS TF_CS

#endif /* Pins_Arduino_h */

0 comments on commit bb7dea1

Please sign in to comment.