1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-13 13:01:55 +03:00

More license headers

This commit is contained in:
Ivan Grokhotkov
2014-12-19 11:16:28 +03:00
parent b22a803d53
commit 9ba2fcd29f
12 changed files with 119 additions and 547 deletions

View File

@ -187,7 +187,10 @@ public:
*/
int hostByName(const char* aHostname, IPAddress& aResult);
/*
* Output WiFi settings to an object derived from Print interface (like Serial).
*
*/
void printDiag(Print& dest);
friend class WiFiClient;