diff options
author | Elwin Hammer <elwinhamer@gmail.com> | 2024-04-23 11:49:54 +0200 |
---|---|---|
committer | Elwin Hammer <elwinhamer@gmail.com> | 2024-04-23 11:49:54 +0200 |
commit | 65f139edb2d3cfa055504e04cba266566fdfbf3b (patch) | |
tree | d0c19ceec58bb1df5ee03aa09b861b2bbbe5df31 /main/puzzle/neo/esp-neopuzzle/.vscode/launch.json | |
parent | 7b8d066223b9af513193020423b86c9f52234001 (diff) |
ESP version of the neotrellis puzzle (first setup)
Diffstat (limited to 'main/puzzle/neo/esp-neopuzzle/.vscode/launch.json')
-rw-r--r-- | main/puzzle/neo/esp-neopuzzle/.vscode/launch.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/main/puzzle/neo/esp-neopuzzle/.vscode/launch.json b/main/puzzle/neo/esp-neopuzzle/.vscode/launch.json new file mode 100644 index 0000000..6d2236f --- /dev/null +++ b/main/puzzle/neo/esp-neopuzzle/.vscode/launch.json @@ -0,0 +1,10 @@ +{ + "version": "0.2.0", + "configurations": [ + { + "type": "espidf", + "name": "Launch", + "request": "launch" + } + ] +}
\ No newline at end of file |