Fix missing SS define for D32 Pro
Fixes: https://github.com/espressif/arduino-esp32/issues/2153
This commit is contained in:
parent
bff9f0b6b1
commit
bb7dea1566
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user