mirror of
https://git.mirrors.martin98.com/https://github.com/luc-github/ESP3D.git
synced 2025-08-20 17:29:08 +08:00
Fix esp8266 compilations
This commit is contained in:
parent
8f4482c719
commit
1dba9e5341
@ -37,7 +37,7 @@
|
||||
#include <ESP8266WiFi.h>
|
||||
#include <coredecls.h> // crc32()
|
||||
#include <PolledTimeout.h>
|
||||
typedef esp8266::polledTimeout::oneShotFastMs PolledTimeout
|
||||
#define PolledTimeout esp8266::polledTimeout::oneShotFastMs
|
||||
#define BUFFER_SIZE 128
|
||||
#endif //ARDUINO_ARCH_ESP8266
|
||||
#if defined(ARDUINO_ARCH_ESP32)
|
||||
|
@ -64,7 +64,7 @@ const char* Webdav_Server::clientIPAddress()
|
||||
}
|
||||
|
||||
|
||||
Webdav_Server::Webdav_Server()
|
||||
Webdav_Server::Webdav_Server():_tcpserver(0)
|
||||
{
|
||||
_started = false;
|
||||
_port = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user