Skip to content

Commit 7ca5ed1

Browse files
committed
fix(wifi_remote): Depend on esp_hosted only on targets with no WiFi
1 parent 345c457 commit 7ca5ed1

File tree

4 files changed

+5
-2
lines changed

4 files changed

+5
-2
lines changed
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_PPP_SUPPORT=y
23
CONFIG_LWIP_PPP_SERVER_SUPPORT=y
34
CONFIG_LWIP_PPP_VJ_HEADER_COMPRESSION=n

components/esp_wifi_remote/idf_component.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,5 @@ dependencies:
88
version: '>=5.3'
99
espressif/esp_hosted:
1010
version: '>=0.0.6'
11+
rules:
12+
- if: "target in [esp32h2, esp32p4]"
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
CONFIG_SLAVE_IDF_TARGET_ESP32C5=y
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
CONFIG_LWIP_PPP_SUPPORT=y
2-
CONFIG_LWIP_PPP_SERVER_SUPPORT=y
1+
CONFIG_ESP_WIFI_REMOTE_LIBRARY_HOSTED=y

0 commit comments

Comments
 (0)