For those who tinker with the Wifi Modules for microprocessors ESP32, Arduino Uno with shileds, or similar might have stumbled upon the WiFi library. Due to the lack of code actual values on the library page for the WiFi the table can be found below:

Happy debugging!

Library statuses – Constants Value
WL_NO_SHIELD 255
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

 

Leave a Reply

Your email address will not be published. Required fields are marked *