We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aecf43f commit 345c483Copy full SHA for 345c483
components/logger/example/CMakeLists.txt
@@ -12,6 +12,8 @@ set(EXTRA_COMPONENT_DIRS
12
13
set(
14
COMPONENTS
15
+ # NOTE: we add esp_vfs_console to be able to see the log output on the console
16
+ # if we are running on ESP32-S2 and have enabled USB-CDC console output
17
"main esptool_py logger esp_vfs_console"
18
CACHE STRING
19
"List of components to include"
0 commit comments