From 52c3b5b6a00357bb1267b946fa47375e1accad55 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Mon, 28 Nov 2016 21:02:48 +0200 Subject: [PATCH] PlatformIO Core decides which version of SCons to use --- platform.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/platform.json b/platform.json index 42032d6..ecd9842 100644 --- a/platform.json +++ b/platform.json @@ -6,8 +6,7 @@ "homepage": "http://platformio.org/platforms/espressif32", "license": "Apache-2.0", "engines": { - "platformio": "^3.0.0", - "scons": ">=2.3.0,<2.6.0" + "platformio": "^3.0.0" }, "repository": { "type": "git",