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
1 changed files with 1 additions and 1 deletions

View File

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