diff options
Diffstat (limited to 'main/puzzle/software/.vscode/launch.json')
-rw-r--r-- | main/puzzle/software/.vscode/launch.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/main/puzzle/software/.vscode/launch.json b/main/puzzle/software/.vscode/launch.json new file mode 100644 index 0000000..6d2236f --- /dev/null +++ b/main/puzzle/software/.vscode/launch.json @@ -0,0 +1,10 @@ +{ + "version": "0.2.0", + "configurations": [ + { + "type": "espidf", + "name": "Launch", + "request": "launch" + } + ] +}
\ No newline at end of file |