Skip to content

Commit 754ccd1

Browse files
committed
Add missing call to MDNS.update for change in library behavior
Fix #58
1 parent 15d2632 commit 754ccd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ESPWebThingAdapter.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ class WebThingAdapter {
7272
}
7373

7474
void update() {
75-
// non implemented, async web-server
75+
MDNS.update();
7676
}
7777

7878
void addDevice(ThingDevice* device) {

0 commit comments

Comments
 (0)