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:
@ -1,7 +1,7 @@
|
|||||||
#include "FSTools.h"
|
#include "FSTools.h"
|
||||||
#include "LittleFS.h"
|
#include "LittleFS.h"
|
||||||
#include <spiffs_api.h>
|
#include <spiffs_api.h>
|
||||||
#include <ESP.h>
|
#include <Esp.h>
|
||||||
|
|
||||||
|
|
||||||
namespace FST {
|
namespace FST {
|
||||||
|
Reference in New Issue
Block a user