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 328d926 commit 626f19eCopy full SHA for 626f19e
platform.py
@@ -594,6 +594,8 @@ def _configure_espidf_framework(
594
self.packages["framework-espidf"]["optional"] = False
595
if mcu == "esp32c2":
596
self.packages["framework-arduino-c2-skeleton-lib"]["optional"] = False
597
+ if mcu == "esp32c61":
598
+ self.packages["framework-arduino-c61-skeleton-lib"]["optional"] = False
599
600
def _get_mcu_config(self, mcu: str) -> Optional[Dict]:
601
"""Get MCU configuration with optimized caching and search."""
0 commit comments