From 9473e51e40a3823333f3078420414e6f81e0ba7a Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Mon, 29 Feb 2016 18:00:47 +0200 Subject: [PATCH] Fix platform ID for NetBeans IDE under Windows --- .../ide/tpls/netbeans/nbproject/private/configurations.xml.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platformio/ide/tpls/netbeans/nbproject/private/configurations.xml.tpl b/platformio/ide/tpls/netbeans/nbproject/private/configurations.xml.tpl index 7e8f68a4..2beef95a 100644 --- a/platformio/ide/tpls/netbeans/nbproject/private/configurations.xml.tpl +++ b/platformio/ide/tpls/netbeans/nbproject/private/configurations.xml.tpl @@ -14,7 +14,7 @@ localhost - {{4 if "darwin" in systype else 2 if "linux" in systype else 1}} + {{4 if "darwin" in systype else 2 if "linux" in systype else 3}}