mirror of
https://git.mirrors.martin98.com/https://github.com/luc-github/ESP3D.git
synced 2025-08-05 19:36:09 +08:00
Merge pull request #420 from luc-github/luc-github-patch-1
Update esp3d.cpp
This commit is contained in:
commit
5004afaf35
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user