1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-13 13:01:55 +03:00

add support for list of AP connections

- auto select ssid with best signal
 - for debugging enable DEBUG_WIFI_MULTI macro and call Serial.setDebugOutput(true);

change ESP8266WiFiClass::status() return type to wl_status_t
This commit is contained in:
Markus Sattler
2015-05-16 22:40:53 +02:00
parent d8df646fc5
commit 108a40acfd
5 changed files with 236 additions and 10 deletions

View File

@ -195,7 +195,7 @@ public:
*
* return: one of the value defined in wl_status_t
*/
uint8_t status();
wl_status_t status();
/*
* Resolve the given hostname to an IP address.