Skip to content

Commit

Permalink
Merge branch 'pr_49' into 'main'
Browse files Browse the repository at this point in the history
fix(config): fix default SPI config to disable QSPI gpio

See merge request espressif/esp-thread-br!99
  • Loading branch information
chshu committed Dec 3, 2023
2 parents 3fe80e1 + 0dbeb4b commit 5fbd56b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/basic_thread_border_router/main/esp_ot_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@
.mosi_io_num = CONFIG_PIN_TO_RCP_MOSI, \
.miso_io_num = CONFIG_PIN_TO_RCP_MISO, \
.sclk_io_num = CONFIG_PIN_TO_RCP_SCLK, \
.quadwp_io_num = -1, \
.quadhd_io_num = -1, \
}, \
.spi_device = \
{ \
Expand Down

0 comments on commit 5fbd56b

Please sign in to comment.