disable UART log to not use pins

This commit is contained in:
King Kévin 2022-10-24 18:29:16 +02:00
parent 804b986573
commit 81b36f1e9c
1 changed files with 6 additions and 0 deletions

View File

@ -14,3 +14,9 @@ CONFIG_ESPTOOLPY_FLASHSIZE="4MB"
CONFIG_PARTITION_TABLE_CUSTOM=y
CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions.csv"
CONFIG_PARTITION_TABLE_FILENAME="partitions.csv"
#
# UART console
#
CONFIG_ESP_CONSOLE_UART_NONE=y
CONFIG_CONSOLE_UART_NUM=-1