From 3ab3e065382ab56677ae8d143af775a69dee7db4 Mon Sep 17 00:00:00 2001 From: IhorNehrutsa Date: Tue, 9 Jan 2024 15:54:14 +0200 Subject: [PATCH] Update mpconfigboard.cmake --- ports/esp32/boards/ESP32_GENERIC_C6/mpconfigboard.cmake | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ports/esp32/boards/ESP32_GENERIC_C6/mpconfigboard.cmake b/ports/esp32/boards/ESP32_GENERIC_C6/mpconfigboard.cmake index 1d7bc6910aec..31ec4f4ad97f 100644 --- a/ports/esp32/boards/ESP32_GENERIC_C6/mpconfigboard.cmake +++ b/ports/esp32/boards/ESP32_GENERIC_C6/mpconfigboard.cmake @@ -2,9 +2,8 @@ set(IDF_TARGET esp32c6) set(SDKCONFIG_DEFAULTS boards/sdkconfig.base - #boards/sdkconfig.ble + boards/sdkconfig.ble boards/ESP32_GENERIC_C6/sdkconfig.board ) #set(CONFIG_BT_NIMBLE_LEGACY_VHCI_ENABLE "y") -set(CONFIG_ESP_CONSOLE_UART_BAUDRATE 115200)