Skip to content

Commit 5004afa

Browse files
authored
Merge pull request #420 from luc-github/luc-github-patch-1
Update esp3d.cpp
2 parents 0d785a0 + 983d229 commit 5004afa

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

esp3d/esp3d.cpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,11 @@ void Esp3D::begin(uint16_t startdelayms, uint16_t recoverydelayms)
255255
//Process which handle all input
256256
void Esp3D::process()
257257
{
258+
#ifdef ARDUINO_ARCH_ESP8266
259+
#ifdef MDNS_FEATURE
260+
wifi_config.mdns.update();
261+
#endif
262+
#endif
258263
#if !defined(ASYNCWEBSERVER)
259264
//web requests for sync
260265
web_interface->web_server.handleClient();

0 commit comments

Comments
 (0)