Skip to content

Commit

Permalink
fix(wifi_remote): Depend on esp_hosted only on targets with no WiFi
Browse files Browse the repository at this point in the history
  • Loading branch information
david-cermak committed Sep 26, 2024
1 parent 345c457 commit 7ca5ed1
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
CONFIG_ESP_WIFI_REMOTE_LIBRARY_EPPP=y
CONFIG_LWIP_PPP_SUPPORT=y
CONFIG_LWIP_PPP_SERVER_SUPPORT=y
CONFIG_LWIP_PPP_VJ_HEADER_COMPRESSION=n
2 changes: 2 additions & 0 deletions components/esp_wifi_remote/idf_component.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@ dependencies:
version: '>=5.3'
espressif/esp_hosted:
version: '>=0.0.6'
rules:
- if: "target in [esp32h2, esp32p4]"
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
CONFIG_SLAVE_IDF_TARGET_ESP32C5=y
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
CONFIG_LWIP_PPP_SUPPORT=y
CONFIG_LWIP_PPP_SERVER_SUPPORT=y
CONFIG_ESP_WIFI_REMOTE_LIBRARY_HOSTED=y

0 comments on commit 7ca5ed1

Please sign in to comment.