Skip to content

ESP8266 Wi Fi Statuses

EnUfor edited this page Oct 13, 2020 · 1 revision

ESP8266WiFi WL Definitions

WL Definition Code
WL_IDLE_STATUS 0
WL_NO_SSID_AVAIL 1
WL_SCAN_COMPLETED 2
WL_CONNECTED 3
WL_CONNECT_FAILED 4
WL_CONNECTION_LOST 5
WL_DISCONNECTED 6
Clone this wiki locally