Update Arduino core to v2.0.5
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user