mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-05-22 01:27:11 +08:00
feat(console): Enable "CONFIG_USING_ESP_CONSOLE" for console example by default
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user