Skip to content

Commit ef5ff23

Browse files
committed
fix(p4_wifi_remote): fix the build worning
1 parent f17872e commit ef5ff23

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
CONFIG_EXAMPLE_AUTO_UPDATE_DNS=n
22
CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions_2m_app.csv"
33
CONFIG_SLAVE_IDF_TARGET_ESP32C6=y
4+
CONFIG_EPPP_LINK_USES_PPP=y
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
CONFIG_SLAVE_IDF_TARGET_ESP32C6=y
2+
CONFIG_EPPP_LINK_USES_PPP=y

examples/usb/host/usb_hub_dual_camera/sdkconfig.defaults.esp32p4

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,4 @@ CONFIG_LWIP_UDP_RECVMBOX_SIZE=64
2727
CONFIG_LWIP_TCPIP_RECVMBOX_SIZE=64
2828

2929
CONFIG_LWIP_TCP_SACK_OUT=y
30+
CONFIG_EPPP_LINK_USES_PPP=y
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
CONFIG_SLAVE_IDF_TARGET_ESP32C6=y
2+
CONFIG_EPPP_LINK_USES_PPP=y

examples/usb/otg/usb_host_device_mode_manual_switch/main/manual_switch.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
#include "usb_device_cdc.h"
1212
#include "iot_button.h"
1313
#include "button_gpio.h"
14+
#include "driver/gpio.h"
1415

1516
#if CONFIG_IDF_TARGET_ESP32S3 || CONFIG_IDF_TARGET_ESP32S2
1617
#define BOOT_GPIO GPIO_NUM_0

0 commit comments

Comments
 (0)