Skip to content

Commit a6bf783

Browse files
authored
Add mcu_config_cache attribute to platform class
1 parent ca8bb11 commit a6bf783

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

platform.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,7 @@ def __init__(self, *args, **kwargs):
219219
self._packages_dir = None
220220
self._tools_cache = {}
221221
self._mcu_cache = {}
222+
self._mcu_config_cache = {}
222223
self._penv_python = None
223224
self._esptool_path = None
224225

0 commit comments

Comments
 (0)