From 65f139edb2d3cfa055504e04cba266566fdfbf3b Mon Sep 17 00:00:00 2001 From: Elwin Hammer Date: Tue, 23 Apr 2024 11:49:54 +0200 Subject: ESP version of the neotrellis puzzle (first setup) --- main/puzzle/neo/esp-neopuzzle/.vscode/launch.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 main/puzzle/neo/esp-neopuzzle/.vscode/launch.json (limited to 'main/puzzle/neo/esp-neopuzzle/.vscode/launch.json') 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 -- cgit v1.2.3