Added support for SD Card browsing. Added missing CMakeLists.txt.
This commit is contained in:
+2
-2
@@ -1,6 +1,6 @@
|
||||
|
||||
#include "spi_master_lobo.h"
|
||||
#include "EPD.h"
|
||||
#include "spidriver/spi_master_lobo.h"
|
||||
#include "epaper/EPD.h"
|
||||
#include <stdlib.h>
|
||||
#include "esp_system.h"
|
||||
#include "driver/gpio.h"
|
||||
|
||||
+1
-1
@@ -9,7 +9,7 @@
|
||||
#include "driver/sdmmc_host.h"
|
||||
#include "driver/sdspi_host.h"
|
||||
#include "sdmmc_cmd.h"
|
||||
#include "spiffs_vfs.h"
|
||||
#include "spiffs/spiffs_vfs.h"
|
||||
#include "storage.h"
|
||||
|
||||
static const char *tag = "storage";
|
||||
|
||||
Reference in New Issue
Block a user