From 2e04dfcfc353beca1cff1ff43ea34435d6100ec2 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Thu, 3 Sep 2020 15:19:08 +0300 Subject: [PATCH] Minimal compatible PlatformIO Core is 5.0 --- platform.json | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/platform.json b/platform.json index 22e03f2..58fb13d 100644 --- a/platform.json +++ b/platform.json @@ -12,19 +12,13 @@ "LX6" ], "engines": { - "platformio": "<5" + "platformio": "^5" }, "repository": { "type": "git", "url": "https://github.com/platformio/platform-espressif32.git" }, "version": "1.12.4", - "packageRepositories": [ - "https://dl.bintray.com/platformio/dl-packages/manifest.json", - "http://dl.platformio.org/packages/manifest.json", - "https://raw.githubusercontent.com/eerimoq/simba/master/make/platformio/manifest.json", - "https://raw.githubusercontent.com/eerimoq/pumbaa/master/make/platformio/manifest.json" - ], "frameworks": { "arduino": { "package": "framework-arduinoespressif32",