We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9c8153 commit c74e09eCopy full SHA for c74e09e
platform.py
@@ -396,6 +396,7 @@ def configure_arduino_toolchains(self, package_index):
396
self.packages[toolchain_package] = dict()
397
self.packages[toolchain_package]["version"] = version
398
self.packages[toolchain_package]["owner"] = "espressif"
399
+ self.packages[toolchain_package]["type"] = "toolchain"
400
401
def configure_upstream_arduino_packages(self, url_items):
402
framework_index_file = os.path.join(
0 commit comments