Skip to content

Commit dc41962

Browse files
committed
feat(project): Add websocket dap default config
1 parent dc9c044 commit dc41962

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

sdkconfig.defaults

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
11
# This file is currently only used to trigger the build system's configuration import for different hardware targets
2+
3+
#
4+
# wireless dap config
5+
#
6+
CONFIG_USE_WEBSOCKET_DAP=y
7+
# end of wireless dap config

sdkconfig.defaults.esp8266

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -522,3 +522,9 @@ CONFIG_ESP32_PTHREAD_TASK_NAME_DEFAULT="pthread"
522522
CONFIG_SUPPRESS_SELECT_DEBUG_OUTPUT=y
523523
CONFIG_SUPPORT_TERMIOS=y
524524
# End of deprecated options
525+
526+
#
527+
# wireless dap config
528+
#
529+
# CONFIG_USE_WEBSOCKET_DAP is not set
530+
# end of wireless dap config

0 commit comments

Comments
 (0)