We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1d0256e + 1b8bfce commit 1da4e66Copy full SHA for 1da4e66
libraries/WiFi/src/WiFi.h
@@ -86,6 +86,9 @@ class WiFiClass : public MbedSocketClass {
86
*/
87
int begin(const char* ssid, const char* passphrase);
88
89
+ // Inherit config methods from the parent class
90
+ using MbedSocketClass::config;
91
+
92
void config(const char* localip, const char* netmask, const char* gateway);
93
94
int beginAP(const char* ssid, const char* passphrase, uint8_t channel = DEFAULT_AP_CHANNEL);
0 commit comments