From 17e331e14b4b3ee1680e91f30c14323362f66315 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Fri, 27 Jan 2017 21:35:45 +0200 Subject: [PATCH] Use tagged packages for stable version --- platform.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/platform.json b/platform.json index e27541c..aa333ea 100644 --- a/platform.json +++ b/platform.json @@ -6,7 +6,7 @@ "homepage": "http://platformio.org/platforms/espressif32", "license": "Apache-2.0", "engines": { - "platformio": ">=3.3.0-a7" + "platformio": "^3.0.0" }, "repository": { "type": "git", @@ -46,7 +46,7 @@ "framework-arduinoespressif32": { "type": "framework", "optional": true, - "version": "https://github.com/ivankravets/arduino-esp32.git" + "version": "~1.1.1" }, "framework-espidf": { "type": "framework",