Skip to content

Commit

Permalink
feat(project): Add websocket dap default config
Browse files Browse the repository at this point in the history
  • Loading branch information
windowsair committed Jun 9, 2024
1 parent dc9c044 commit dc41962
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions sdkconfig.defaults
Original file line number Diff line number Diff line change
@@ -1 +1,7 @@
# This file is currently only used to trigger the build system's configuration import for different hardware targets

#
# wireless dap config
#
CONFIG_USE_WEBSOCKET_DAP=y
# end of wireless dap config
6 changes: 6 additions & 0 deletions sdkconfig.defaults.esp8266
Original file line number Diff line number Diff line change
Expand Up @@ -522,3 +522,9 @@ CONFIG_ESP32_PTHREAD_TASK_NAME_DEFAULT="pthread"
CONFIG_SUPPRESS_SELECT_DEBUG_OUTPUT=y
CONFIG_SUPPORT_TERMIOS=y
# End of deprecated options

#
# wireless dap config
#
# CONFIG_USE_WEBSOCKET_DAP is not set
# end of wireless dap config

0 comments on commit dc41962

Please sign in to comment.