mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-05-23 18:18:36 +08:00
11 lines
192 B
Plaintext
11 lines
192 B
Plaintext
menu "Console"
|
|
|
|
config USING_ESP_CONSOLE
|
|
bool "Using Espressif Console"
|
|
default n
|
|
select USING_ESP_VFS
|
|
help
|
|
Enable this option, espressif console can be used.
|
|
|
|
endmenu
|