2023-08-30 10:30:54 -05:00
|
|
|
#
|
2023-09-14 11:19:38 -07:00
|
|
|
# Espressif IoT Development Framework Configuration
|
2023-08-30 10:30:54 -05:00
|
|
|
#
|
|
|
|
#
|
2023-09-14 11:19:38 -07:00
|
|
|
# Component config
|
2023-08-30 10:30:54 -05:00
|
|
|
#
|
|
|
|
#
|
2023-09-14 11:19:38 -07:00
|
|
|
# ESP System Settings
|
2023-08-30 10:30:54 -05:00
|
|
|
#
|
2023-09-14 11:19:38 -07:00
|
|
|
CONFIG_ESP_CONSOLE_UART_CUSTOM=y
|
2023-08-30 10:30:54 -05:00
|
|
|
# CONFIG_ESP_CONSOLE_NONE is not set
|
2023-09-14 11:19:38 -07:00
|
|
|
CONFIG_ESP_CONSOLE_UART=y
|
2023-08-30 10:30:54 -05:00
|
|
|
CONFIG_ESP_CONSOLE_UART_CUSTOM_NUM_0=y
|
|
|
|
CONFIG_ESP_CONSOLE_UART_NUM=0
|
|
|
|
CONFIG_ESP_CONSOLE_UART_TX_GPIO=43
|
2023-09-14 11:19:38 -07:00
|
|
|
CONFIG_ESP_CONSOLE_UART_RX_GPIO=44
|
|
|
|
CONFIG_ESP_CONSOLE_UART_BAUDRATE=115200
|
|
|
|
# end of ESP System Settings
|
|
|
|
|
|
|
|
#
|
|
|
|
# LWIP
|
|
|
|
#
|
|
|
|
CONFIG_LWIP_LOCAL_HOSTNAME="matouch-tft"
|
|
|
|
# end of LWIP
|
|
|
|
|
|
|
|
# end of Component config
|
|
|
|
|
|
|
|
# end of Espressif IoT Development Framework Configuration
|