We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3625397 commit ccb49cbCopy full SHA for ccb49cb
libraries/WiFi/src/WiFiAP.h
@@ -56,7 +56,7 @@ class APClass: public NetworkInterface {
56
protected:
57
size_t printDriverInfo(Print & out) const;
58
59
- friend class WiFiGeneric;
+ friend class WiFiGenericClass;
60
bool onEnable();
61
bool onDisable();
62
};
libraries/WiFi/src/WiFiSTA.h
@@ -92,7 +92,7 @@ class STAClass: public NetworkInterface {
92
93
94
95
96
97
98
0 commit comments