mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-07-16 20:12:13 +02:00
Quick fix esp_modem: Added modem_console commands for deep-sleep and modem PSM.
This commit is contained in:
@ -123,7 +123,7 @@ menu "Example Configuration"
|
|||||||
config EXAMPLE_MODEM_UART_EVENT_TASK_STACK_SIZE
|
config EXAMPLE_MODEM_UART_EVENT_TASK_STACK_SIZE
|
||||||
int "UART Event Task Stack Size"
|
int "UART Event Task Stack Size"
|
||||||
range 2000 6000
|
range 2000 6000
|
||||||
default 2048
|
default 4096
|
||||||
help
|
help
|
||||||
Stack size of UART event task.
|
Stack size of UART event task.
|
||||||
|
|
||||||
|
@ -1,11 +1,6 @@
|
|||||||
# This file was generated using idf.py save-defconfig. It can be edited manually.
|
# This file was generated using idf.py save-defconfig. It can be edited manually.
|
||||||
# Espressif IoT Development Framework (ESP-IDF) Project Minimal Configuration
|
# 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_ESP_MAIN_TASK_STACK_SIZE=7168
|
||||||
CONFIG_LWIP_PPP_SUPPORT=y
|
CONFIG_LWIP_PPP_SUPPORT=y
|
||||||
# CONFIG_LWIP_PPP_ENABLE_IPV6 is not set
|
# CONFIG_LWIP_PPP_ENABLE_IPV6 is not set
|
||||||
|
Reference in New Issue
Block a user