1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-16 11:21:18 +03:00

Revert "Added support for user-supplied DHCP range, with basic sanity checks (#3562)"

This reverts commit bdf2296a7d.
This commit is contained in:
Ivan Grokhotkov
2017-09-26 04:31:45 +08:00
parent 35d5fabe33
commit eb891cd6e4
2 changed files with 24 additions and 63 deletions

View File

@ -37,7 +37,6 @@ class ESP8266WiFiAPClass {
public:
bool softAP(const char* ssid, const char* passphrase = NULL, int channel = 1, int ssid_hidden = 0, int max_connection = 4);
bool softAPConfig(IPAddress local_ip, IPAddress gateway, IPAddress subnet, IPAddress dhcp_start, IPAddress dhcp_end);
bool softAPConfig(IPAddress local_ip, IPAddress gateway, IPAddress subnet);
bool softAPdisconnect(bool wifioff = false);