Skip to content

Commit c41c8f0

Browse files
Add method for querying service name
1 parent 9eb7dc6 commit c41c8f0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: libraries/ESPmDNS/src/ESPmDNS.h

+1
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ class MDNSResponder {
110110
}
111111

112112
String hostname(int idx);
113+
String instanceName(int idx);
113114
IPAddress address(int idx);
114115
IPAddress addressV6(int idx);
115116
uint16_t port(int idx);

0 commit comments

Comments
 (0)