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 b77ea50 commit b1b4167Copy full SHA for b1b4167
libraries/WiFi/src/WiFi.h
@@ -85,6 +85,8 @@ class WiFiClass : public MbedSocketClass {
85
* must be between ASCII 32-126 (decimal).
86
*/
87
int begin(const char* ssid, const char* passphrase);
88
+
89
+ void config(const char* localip, const char* netmask, const char* gateway);
90
91
int beginAP(const char* ssid, const char* passphrase, uint8_t channel = DEFAULT_AP_CHANNEL);
92
0 commit comments