Skip to content

Commit c009220

Browse files
committed
fix(wifi): Fix WiFiMulti on ESP32-P4
1 parent 61d5c49 commit c009220

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libraries/WiFi/src/WiFiMulti.h

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
#pragma once
2727

2828
#include "soc/soc_caps.h"
29+
#include "sdkconfig.h"
2930
#if SOC_WIFI_SUPPORTED || CONFIG_ESP_WIFI_REMOTE_ENABLED
3031

3132
#include "WiFi.h"

0 commit comments

Comments
 (0)