wps: add overlap event (backport v3.3)

modify some header files to be consistent with vnc
This commit is contained in:
xiehang
2019-05-31 19:09:29 +08:00
parent 06651c0951
commit cf3647fe40
5 changed files with 18 additions and 6 deletions

View File

@@ -365,6 +365,10 @@ static esp_err_t esp_system_event_debug(system_event_t *event)
ESP_LOGD(TAG, "SYSTEM_EVENT_STA_WPS_ER_PIN");
break;
}
case SYSTEM_EVENT_STA_WPS_ER_PBC_OVERLAP: {
ESP_LOGD(TAG, "SYSTEM_EVENT_STA_WPS_ER_PBC_OVERLAP");
break;
}
case SYSTEM_EVENT_AP_START: {
ESP_LOGD(TAG, "SYSTEM_EVENT_AP_START");
break;