Skip to content

Commit

Permalink
FW-HY
Browse files Browse the repository at this point in the history
  • Loading branch information
murasame-aya-chan authored Jul 31, 2024
1 parent b3086fa commit bfa109e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion main/interface/include/at_uart.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
#else
#define AT_UART_RX_BUFFER_SIZE 2048 /**< uart rx buffer size */
#define AT_UART_TX_BUFFER_SIZE 4096 /**< uart tx buffer size */
#define AT_UART_QUEUE_SIZE 3000 /**< uart queue size */
#define AT_UART_QUEUE_SIZE 30 /**< uart queue size */
#endif

/**
Expand Down
1 change: 0 additions & 1 deletion module_config/module_esp32c6_default/sdkconfig.defaults
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
# Do NOT edit unless you know exactly what you are doing

CONFIG_IDF_TARGET_ESP32C6=y
CONFIG_ESP_CONSOLE_UART_BAUDRATE=115200

# Serial flasher config
CONFIG_ESPTOOLPY_FLASHMODE_DIO=y
Expand Down

0 comments on commit bfa109e

Please sign in to comment.