feat(console): Enable "CONFIG_USING_ESP_CONSOLE" for console example by default

This commit is contained in:
dongheng
2019-04-17 19:37:53 +08:00
parent 8cf9ba035e
commit aee393e65f

View File

@ -13,3 +13,5 @@ CONFIG_PARTITION_TABLE_FILENAME="partitions_example.csv"
# Enable FreeRTOS stats formatting functions, needed for 'tasks' command
CONFIG_FREERTOS_USE_TRACE_FACILITY=y
CONFIG_FREERTOS_USE_STATS_FORMATTING_FUNCTIONS=y
CONFIG_USING_ESP_CONSOLE=y