Fix missing SS define for D32 Pro

Fixes: https://github.com/espressif/arduino-esp32/issues/2153
This commit is contained in:
Me No Dev 2018-12-06 19:13:30 +01:00 committed by GitHub
parent bff9f0b6b1
commit bb7dea1566
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 */