Skip to content

Commit

Permalink
advertise all hosted services
Browse files Browse the repository at this point in the history
  • Loading branch information
probonopd committed Jan 16, 2016
1 parent 3873627 commit 0b42f53
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libraries/ESP8266mDNS/ESP8266mDNS.h
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ class MDNSResponder {
}

void enableArduino(uint16_t port, bool auth=false);
size_t advertiseServices(); // advertise all hosted services

void setInstanceName(String name);
void setInstanceName(const char * name){
Expand Down

0 comments on commit 0b42f53

Please sign in to comment.