mirror of
https://github.com/0xFEEDC0DE64/arduino-esp32.git
synced 2025-06-30 20:40:59 +02:00
Fix missing SS define for D32 Pro
Fixes: https://github.com/espressif/arduino-esp32/issues/2153
This commit is contained in:
@ -16,4 +16,6 @@ static const uint8_t _VBAT = 35; // battery voltage
|
|||||||
#define TFT_RST 33 // TFT reset pin
|
#define TFT_RST 33 // TFT reset pin
|
||||||
#define TFT_DC 27 // TFT DC pin
|
#define TFT_DC 27 // TFT DC pin
|
||||||
|
|
||||||
|
#define SS TF_CS
|
||||||
|
|
||||||
#endif /* Pins_Arduino_h */
|
#endif /* Pins_Arduino_h */
|
||||||
|
Reference in New Issue
Block a user