From 0dbeb4b12561afb3fcff375c801bc8206a6fb5d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20Meyer?= Date: Thu, 30 Nov 2023 14:54:17 +0100 Subject: [PATCH] fix(config): fix default SPI config to disable QSPI gpio --- examples/basic_thread_border_router/main/esp_ot_config.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/basic_thread_border_router/main/esp_ot_config.h b/examples/basic_thread_border_router/main/esp_ot_config.h index 856b94f..cc913f5 100644 --- a/examples/basic_thread_border_router/main/esp_ot_config.h +++ b/examples/basic_thread_border_router/main/esp_ot_config.h @@ -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 = \ { \