Unverified Commit bb7dea15 authored by Me No Dev's avatar Me No Dev Committed by GitHub

Fix missing SS define for D32 Pro

Fixes: https://github.com/espressif/arduino-esp32/issues/2153
parent bff9f0b6
......@@ -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 */
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment