Merge pull request #420 from luc-github/luc-github-patch-1

Update esp3d.cpp
This commit is contained in:
Luc 2020-02-29 20:44:24 +01:00 committed by GitHub
commit 5004afaf35
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -255,6 +255,11 @@ void Esp3D::begin(uint16_t startdelayms, uint16_t recoverydelayms)
//Process which handle all input
void Esp3D::process()
{
#ifdef ARDUINO_ARCH_ESP8266
#ifdef MDNS_FEATURE
wifi_config.mdns.update();
#endif
#endif
#if !defined(ASYNCWEBSERVER)
//web requests for sync
web_interface->web_server.handleClient();