Skip to content

Commit 5cc28d9

Browse files
committed
Add missing call to MDNS.update for change in library behavior
Fix #58
1 parent ee99c61 commit 5cc28d9

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)