We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 852ea39 commit 60c4eeaCopy full SHA for 60c4eea
libraries/WiFi/src/WiFiAP.h
@@ -38,7 +38,7 @@ class WiFiAPClass
38
public:
39
40
bool softAP(const char* ssid, const char* passphrase = NULL, int channel = 1, int ssid_hidden = 0, int max_connection = 4, bool ftm_responder = false);
41
- bool softAPConfig(IPAddress local_ip, IPAddress gateway, IPAddress subnet, IPAddress dhcp_lease_start = INADDR_NONE);
+ bool softAPConfig(IPAddress local_ip, IPAddress gateway, IPAddress subnet, IPAddress dhcp_lease_start = (uint32_t) 0);
42
bool softAPdisconnect(bool wifioff = false);
43
44
uint8_t softAPgetStationNum();
0 commit comments