mirror of
https://git.mirrors.martin98.com/https://github.com/luc-github/ESP3D.git
synced 2025-08-11 17:59:10 +08:00
Update esp3d.cpp
This commit is contained in:
parent
89cf310728
commit
1bdcc4f597
@ -26,6 +26,9 @@
|
||||
*/
|
||||
#include "esp3d.h"
|
||||
#include <EEPROM.h>
|
||||
#ifdef ARDUINO_ARCH_ESP8266
|
||||
#include <FS.h>
|
||||
#endif
|
||||
#ifndef FS_NO_GLOBALS
|
||||
#define FS_NO_GLOBALS
|
||||
#endif
|
||||
@ -41,7 +44,6 @@
|
||||
#include "webinterface.h"
|
||||
#include "command.h"
|
||||
#ifdef ARDUINO_ARCH_ESP8266
|
||||
#include <FS.h>
|
||||
#include "ESP8266WiFi.h"
|
||||
#if defined (ASYNCWEBSERVER)
|
||||
#include <ESPAsyncTCP.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user