1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-27 18:02:17 +03:00

Clean code and add example

This commit is contained in:
Lars Englund
2016-03-09 11:12:47 +01:00
parent 0426e000cf
commit e09c939c42
3 changed files with 90 additions and 14 deletions

View File

@ -123,6 +123,7 @@ private:
void _parsePacket();
void _reply(uint8_t replyMask, char * service, char *proto, uint16_t port);
size_t advertiseServices(); // advertise all hosted services
MDNSAnswer* _getAnswerFromIdx(int idx);
};
extern MDNSResponder MDNS;