1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-28 05:01:28 +03:00

Update FSTools.cpp

fix ESP.h to Esp.h
This commit is contained in:
sticilface
2020-11-07 08:36:54 +00:00
committed by GitHub
parent 745db9ab55
commit cbf4073695

View File

@ -1,7 +1,7 @@
#include "FSTools.h"
#include "LittleFS.h"
#include <spiffs_api.h>
#include <ESP.h>
#include <Esp.h>
namespace FST {