Skip to content

Commit 9ddab86

Browse files
committed
Adding include esp_wifi.h in wifi_manager.h to fix compile errors if it isn't included in parent
1 parent ab6ac9a commit 9ddab86

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎src/wifi_manager.h

+1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ Contains the freeRTOS task and all necessary support
3333
#define WIFI_MANAGER_H_INCLUDED
3434

3535
#include <stdbool.h>
36+
#include "esp_wifi.h"
3637

3738

3839
#ifdef __cplusplus

0 commit comments

Comments
 (0)