1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-26 07:02:15 +03:00

WiFi library compatibility fixes

This commit is contained in:
Ivan Grokhotkov
2014-12-29 01:20:27 +03:00
parent 55f07f1e08
commit 4944a8fb5f
3 changed files with 11 additions and 1 deletions

View File

@ -48,6 +48,7 @@
#define WL_MAX_ATTEMPT_CONNECTION 10
typedef enum {
WL_NO_SHIELD = 255, // for compatibility with WiFi Shield library
WL_IDLE_STATUS = 0,
WL_NO_SSID_AVAIL,
WL_SCAN_COMPLETED,