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
I wrote a sketch that I previously had working on my ESP8266-12E nodeMCU board, which is now giving me a compiling error. Below is the error I am receiving:
/Users/[MYCOMPUTER]/Documents/Arduino/libraries/ESP8266WiFi/src/ESP8266WiFiSTA.cpp: In function 'void wifi_wps_status_cb(wps_cb_status)':
/Users/[MYCOMPUTER]/Documents/Arduino/libraries/ESP8266WiFi/src/ESP8266WiFiSTA.cpp:593:14: error: 'WPS_CB_ST_UNK' was not declared in this scope
case WPS_CB_ST_UNK:
^