Skip to content

Commit

Permalink
ESP32: disable wifi for esp32h2 (#17382)
Browse files Browse the repository at this point in the history
  • Loading branch information
wqx6 authored Apr 14, 2022
1 parent 3b4f091 commit 91b08e0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/esp32/components/chip/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,10 @@ if (CONFIG_ENABLE_CHIP_SHELL)
chip_gn_arg_append("chip_build_libshell" "true")
endif()

if (CONFIG_IDF_TARGET_ESP32H2)
chip_gn_arg_append("chip_enable_wifi" "false")
endif()

if (CONFIG_OPENTHREAD_ENABLED)
chip_gn_arg_append("chip_enable_openthread" "true")
endif()
Expand Down

0 comments on commit 91b08e0

Please sign in to comment.