Skip to content

Commit 1bdcc4f

Browse files
committed
Update esp3d.cpp
1 parent 89cf310 commit 1bdcc4f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

esp3d/esp3d.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@
2626
*/
2727
#include "esp3d.h"
2828
#include <EEPROM.h>
29+
#ifdef ARDUINO_ARCH_ESP8266
30+
#include <FS.h>
31+
#endif
2932
#ifndef FS_NO_GLOBALS
3033
#define FS_NO_GLOBALS
3134
#endif
@@ -41,7 +44,6 @@
4144
#include "webinterface.h"
4245
#include "command.h"
4346
#ifdef ARDUINO_ARCH_ESP8266
44-
#include <FS.h>
4547
#include "ESP8266WiFi.h"
4648
#if defined (ASYNCWEBSERVER)
4749
#include <ESPAsyncTCP.h>

0 commit comments

Comments
 (0)