From 6739d5a570bf9f4d3ccc1ec7a69be3a81d6629db Mon Sep 17 00:00:00 2001 From: Axel W Date: Sat, 29 Jun 2019 11:48:24 +0200 Subject: [PATCH] In the current version of this template all build targets result (#2714) in pio -c -f eclipse debug run target The commit fixes this to be pio -c -f eclipse run target See also discussion in forum: https://community.platformio.org/t/pio-4-0-0b3-potential-bug-in-cprojet-tpl/8390 --- platformio/ide/tpls/eclipse/.cproject.tpl | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/platformio/ide/tpls/eclipse/.cproject.tpl b/platformio/ide/tpls/eclipse/.cproject.tpl index 29b76ebc..01460e13 100644 --- a/platformio/ide/tpls/eclipse/.cproject.tpl +++ b/platformio/ide/tpls/eclipse/.cproject.tpl @@ -221,7 +221,7 @@ -f -c eclipse run -t program true - true + false false @@ -229,7 +229,7 @@ -f -c eclipse run -t uploadfs true - true + false false @@ -237,7 +237,7 @@ -f -c eclipse run true - true + false false @@ -245,7 +245,7 @@ -f -c eclipse run -t upload true - true + false false @@ -253,7 +253,7 @@ -f -c eclipse run -t clean true - true + false false @@ -261,7 +261,7 @@ -f -c eclipse test true - true + false false @@ -269,7 +269,7 @@ -f -c eclipse update true - true + false false @@ -277,7 +277,7 @@ -f -c eclipse init --ide eclipse true - true + false false