eea9999dc5
Revert "Allman now ( #6080 )" ( #6090 )
...
This reverts commit 98125f8860
.
2019-05-14 00:09:54 +02:00
98125f8860
Allman now ( #6080 )
...
* switch restyle script for CI
* remove confirmation
* restyle with allman
2019-05-13 16:41:34 +02:00
dd6333ee8b
Add support for String args to softAP and begin ( #5295 )
2018-12-22 22:48:31 -03:00
241531aa4c
Adding softAP SSID & PSK query API ( #4138 )
...
* softAP SSID & PSK query API added.
Signatures:
String ESP8266WiFiAP::softAPSSID() const;
String ESP8266WiFiAP::softAPPSK() const;
* Fix for proper C-style string copy
* add API to validate input ip as string
Signatures:
static bool IPAddress::isValid(const String& arg);
static bool IPAddress::isValid(const char* arg, size_t len);
* fix indentation
* fix ip string validation to use built-in implementation.
signatures:
static bool isValid(const String& arg);
static bool isValid(const char* arg);
2018-03-28 09:27:20 -03:00
eb891cd6e4
Revert "Added support for user-supplied DHCP range, with basic sanity checks ( #3562 )"
...
This reverts commit bdf2296a7d
.
2017-09-26 04:31:45 +08:00
bdf2296a7d
Added support for user-supplied DHCP range, with basic sanity checks ( #3562 )
2017-09-21 03:52:30 -05:00
c52088c774
set max_connection from code (when less than 4 is needed) ( #2326 )
...
* Update ESP8266WiFiAP.cpp
It is not very common but some might require to set the maximum number of clients, from code, to smaller than 4.
in my case i must allow only one client at a time (TESTED WORKING)
* Update ESP8266WiFiAP.h
as discussed in the .cpp (set max connections)
* Update ESP8266WiFiAP.cpp
corrected indentation @70
add param comment @86
* Update ESP8266WiFiAP.cpp
2016-08-01 11:45:34 +08:00
1bfec4ea8e
Spelling correction in comments
2016-04-08 19:21:58 -06:00
8943ac402c
add softAPgetStationNum
2015-12-29 15:40:54 +01:00
640d0bb65e
improve error handling and return values
2015-12-29 15:00:47 +01:00
fd443d4e17
split ESP8266WiFiClass in different sub classes for better overview.
2015-12-29 14:03:15 +01:00