From 6e0f98b87d820e861423ab0ddb461c8d5cb4bb0e Mon Sep 17 00:00:00 2001 From: rstrouse <47839015+rstrouse@users.noreply.github.com> Date: Mon, 9 Jan 2023 18:23:54 -0800 Subject: [PATCH] Delete debug_custom.json --- debug_custom.json | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 debug_custom.json diff --git a/debug_custom.json b/debug_custom.json deleted file mode 100644 index b890268..0000000 --- a/debug_custom.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "name":"Arduino on ESP32", - "toolchainPrefix":"xtensa-esp32-elf", - "svdFile":"esp32.svd", - "request":"attach", - "postAttachCommands":[ - "set remote hardware-watchpoint-limit 2", - "monitor reset halt", - "monitor gdb_sync", - "thb setup", - "c" - ], - "overrideRestartCommands":[ - "monitor reset halt", - "monitor gdb_sync", - "thb setup", - "c" - ] -} \ No newline at end of file