added LittleFS for compile error

pull/211/head
alanbjohnston 3 years ago committed by GitHub
parent 506eb47db8
commit 0afe24541f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -25,6 +25,7 @@
#include <FastCRC.h> #include <FastCRC.h>
#include "FS.h" #include "FS.h"
#include "SPIFFS.h" #include "SPIFFS.h"
#include <LittleFS.h>
#include <TJpg_Decoder.h> #include <TJpg_Decoder.h>
// some info: https://visualgdb.com/tutorials/esp32/camera/ // some info: https://visualgdb.com/tutorials/esp32/camera/

Loading…
Cancel
Save

Powered by TurnKey Linux.