diff --git a/components/esp_modem/examples/modem_console/main/Kconfig.projbuild b/components/esp_modem/examples/modem_console/main/Kconfig.projbuild index 482d466d2..915448d3e 100644 --- a/components/esp_modem/examples/modem_console/main/Kconfig.projbuild +++ b/components/esp_modem/examples/modem_console/main/Kconfig.projbuild @@ -123,7 +123,7 @@ menu "Example Configuration" config EXAMPLE_MODEM_UART_EVENT_TASK_STACK_SIZE int "UART Event Task Stack Size" range 2000 6000 - default 2048 + default 4096 help Stack size of UART event task. diff --git a/components/esp_modem/examples/modem_console/sdkconfig.defaults b/components/esp_modem/examples/modem_console/sdkconfig.defaults index e90110de9..a532efb77 100644 --- a/components/esp_modem/examples/modem_console/sdkconfig.defaults +++ b/components/esp_modem/examples/modem_console/sdkconfig.defaults @@ -1,11 +1,6 @@ # This file was generated using idf.py save-defconfig. It can be edited manually. # Espressif IoT Development Framework (ESP-IDF) Project Minimal Configuration # -CONFIG_IDF_TARGET="esp32c3" -CONFIG_EXAMPLE_MODEM_DEVICE_SIM7600=y -CONFIG_EXAMPLE_MODEM_UART_TX_PIN=4 -CONFIG_EXAMPLE_MODEM_UART_RX_PIN=5 -CONFIG_EXAMPLE_MODEM_UART_EVENT_TASK_STACK_SIZE=4096 CONFIG_ESP_MAIN_TASK_STACK_SIZE=7168 CONFIG_LWIP_PPP_SUPPORT=y # CONFIG_LWIP_PPP_ENABLE_IPV6 is not set