1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-12 01:53:07 +03:00

proposal for issue #1845 wifi_wps_status_cb get an undefined status 4 and missed wifi_wps_disable (#2312)

This commit is contained in:
Jean-Baptiste
2016-08-01 05:46:29 +02:00
committed by Ivan Grokhotkov
parent c52088c774
commit db5e20f237
2 changed files with 7 additions and 1 deletions

View File

@ -481,6 +481,7 @@ enum wps_cb_status {
WPS_CB_ST_FAILED,
WPS_CB_ST_TIMEOUT,
WPS_CB_ST_WEP,
WPS_CB_ST_UNK,
};
bool wifi_wps_enable(WPS_TYPE_t wps_type);