You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi !
Readings the docs about Wifi status and returned values, I saw a broken link to the file wl_definitions.h in the file station-class.rst at "status"
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi !
Readings the docs about Wifi status and returned values, I saw a broken link to the file wl_definitions.h in the file station-class.rst at "status"
so i made further researches and found this file in an other path.
The docs says that if wifi.status return 6, it means WL_DISCONNECTED :
https://github.com/esp8266/Arduino/blob/master/doc/esp8266wifi/station-class.rst#status
in the following document, WL_DISCONNECTED is describe with a 7 return :
https://github.com/esp8266/Arduino/blob/master/cores/esp8266/wl_definitions.h
Which one is good one ?
Thank you !
Beta Was this translation helpful? Give feedback.
All reactions