Skip to content

Commit 89cf310

Browse files
committed
Fix for esp8266 new core Thanks @d-a-v
1 parent ad5d6f7 commit 89cf310

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

esp3d/esp3d.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
#include "webinterface.h"
4242
#include "command.h"
4343
#ifdef ARDUINO_ARCH_ESP8266
44+
#include <FS.h>
4445
#include "ESP8266WiFi.h"
4546
#if defined (ASYNCWEBSERVER)
4647
#include <ESPAsyncTCP.h>

0 commit comments

Comments
 (0)