Skip to content

Commit 345c483

Browse files
committed
add note about esp32s2
1 parent aecf43f commit 345c483

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

components/logger/example/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ set(EXTRA_COMPONENT_DIRS
1212

1313
set(
1414
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
1517
"main esptool_py logger esp_vfs_console"
1618
CACHE STRING
1719
"List of components to include"

0 commit comments

Comments
 (0)