瀏覽代碼

Change the type of authmode

xiaxiaotian 9 年之前
父節點
當前提交
43d441d0f4
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      components/esp32/include/esp_event.h

+ 1 - 0
components/esp32/include/esp_event.h

@@ -19,6 +19,7 @@
 #include <stdbool.h>
 
 #include "esp_err.h"
+#include "esp_wifi.h"
 
 #ifdef __cplusplus
 extern "C" {