Iman Ahmadvand
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
..
2018-03-08 14:32:06 +08:00
2018-03-08 14:32:06 +08:00
2018-03-08 14:32:06 +08:00
2018-03-12 11:54:21 -03:00
2018-03-08 14:32:06 +08:00
2018-03-08 14:32:06 +08:00
2018-03-08 14:32:06 +08:00
2018-03-08 14:32:06 +08:00
2018-03-08 14:32:06 +08:00
2018-03-17 20:16:26 -03:00
2018-03-08 14:32:06 +08:00
2018-03-08 14:32:06 +08:00
2018-03-22 00:53:37 -03:00
2018-03-28 09:27:20 -03:00
2018-03-08 14:32:06 +08:00
2018-03-08 14:32:06 +08:00
2018-03-09 12:47:22 +08:00
2018-03-08 14:32:06 +08:00
2018-03-08 14:32:06 +08:00
2018-03-08 14:32:06 +08:00
2018-03-23 13:39:20 -03:00
2018-03-18 01:53:54 -03:00
2018-03-08 14:32:06 +08:00
2018-03-08 14:32:06 +08:00
2018-01-30 14:59:47 -03:00