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:
@ -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;
|
||||
|
Reference in New Issue
Block a user