fix ESP32-cam
This commit is contained in:
parent
f9bcd2b11c
commit
188b81c85c
@ -4,7 +4,7 @@
|
||||
#define PIN_BUTTON_1 0
|
||||
#define LED_PIN 33
|
||||
|
||||
#define DONGLE_DISPLAY // NO_DISPLAY
|
||||
#define NO_DISPLAY
|
||||
|
||||
// example how to configure SD card.
|
||||
// if you would define everything,
|
||||
|
@ -27,7 +27,10 @@
|
||||
|
||||
#include <SPI.h>
|
||||
#include <SD.h>
|
||||
#include "..\lib\TFT_eSPI\User_Setup_Select.h"
|
||||
|
||||
#if !defined(NO_DISPLAY)
|
||||
#include "..\lib\TFT_eSPI\User_Setup_Select.h"
|
||||
#endif
|
||||
|
||||
#if !defined(NO_DISPLAY) && !defined(LED_DISPLAY)
|
||||
#if !defined(SDSPI_CLK) && defined(TFT_CLK)
|
||||
|
Loading…
Reference in New Issue
Block a user