From 2c57e9d068c07681e9e330886e2c0fe9bc214ed4 Mon Sep 17 00:00:00 2001 From: fvanroie Date: Fri, 7 Feb 2020 23:56:40 +0100 Subject: [PATCH] Add debug tool --- platformio.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/platformio.ini b/platformio.ini index dbe5259f..ed058edd 100644 --- a/platformio.ini +++ b/platformio.ini @@ -79,6 +79,8 @@ platform = espressif32 board = esp32dev upload_port = COM3 ; Change to the correct port monitor_port = COM3 ; Change to the correct port +debug_tool = esp-prog +debug_init_break = tbreak setup build_flags = ${env.build_flags}