diff --git a/platform.json b/platform.json index d92eae6..d20e168 100644 --- a/platform.json +++ b/platform.json @@ -72,7 +72,7 @@ "type": "framework", "optional": true, "owner": "platformio", - "version": "~3.20004.0" + "version": "~3.20005.0" }, "framework-arduino-mbcwb": { "type": "framework", diff --git a/platform.py b/platform.py index 1963baa..c1856e4 100644 --- a/platform.py +++ b/platform.py @@ -88,8 +88,6 @@ class Espressif32Platform(PlatformBase): sys.exit(1) if "espidf" in frameworks: - if "arduino" in frameworks: - self.packages["framework-arduinoespressif32"]["version"] = "~3.20003.0" # Common packages for IDF and mixed Arduino+IDF projects for p in self.packages: if p in ("tool-cmake", "tool-ninja", "toolchain-%sulp" % mcu):