Merge pull request #11725 from Jason2866/patch-3

Fix compile error
This commit is contained in:
Adrian Scillato 2021-04-14 09:01:13 -03:00 committed by GitHub
commit 733fdb4096
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -78,7 +78,7 @@
#include <SPI.h> #include <SPI.h>
#ifdef USE_SDCARD #ifdef USE_SDCARD
#include <SD.h> #include <SD.h>
#include <SDFAT.h> #include <SdFat.h>
#endif // USE_SDCARD #endif // USE_SDCARD
#endif // ESP8266 #endif // ESP8266
#ifdef ESP32 #ifdef ESP32