mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-06-25 17:31:33 +02:00
fix(wifi_remote): Depend on esp_hosted only on targets with no WiFi
This commit is contained in:
@ -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
|
||||
|
@ -8,3 +8,5 @@ dependencies:
|
||||
version: '>=5.3'
|
||||
espressif/esp_hosted:
|
||||
version: '>=0.0.6'
|
||||
rules:
|
||||
- if: "target in [esp32h2, esp32p4]"
|
||||
|
@ -0,0 +1 @@
|
||||
CONFIG_SLAVE_IDF_TARGET_ESP32C5=y
|
@ -1,2 +1 @@
|
||||
CONFIG_LWIP_PPP_SUPPORT=y
|
||||
CONFIG_LWIP_PPP_SERVER_SUPPORT=y
|
||||
CONFIG_ESP_WIFI_REMOTE_LIBRARY_HOSTED=y
|
||||
|
Reference in New Issue
Block a user