We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d0256e commit 1b8bfceCopy full SHA for 1b8bfce
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