Skip to content

Commit 1b62adb

Browse files
committed
feat(wifi_remote): Make esp_hosted default RPC library
1 parent d6347a9 commit 1b62adb

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

components/esp_wifi_remote/Kconfig.rpc.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
choice ESP_WIFI_REMOTE_LIBRARY
22
prompt "Choose WiFi-remote implementation"
3-
default ESP_WIFI_REMOTE_LIBRARY_EPPP
3+
default ESP_WIFI_REMOTE_LIBRARY_HOSTED
44
help
55
Select type of WiFi Remote implementation
66

components/esp_wifi_remote/examples/server/sdkconfig.defaults

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
CONFIG_ESP_WIFI_REMOTE_LIBRARY_EPPP=y
12
CONFIG_LWIP_IP_FORWARD=y
23
CONFIG_LWIP_IPV4_NAPT=y
34
CONFIG_LWIP_TCPIP_TASK_STACK_SIZE=4096

0 commit comments

Comments
 (0)