Skip to content

Commit f7e09de

Browse files
authored
add doc string
1 parent c105c65 commit f7e09de

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

builder/frameworks/component_manager.py

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
# component_manager.py
1+
"""
2+
Component manager for ESP32 Arduino framework builds in PlatformIO.
3+
4+
This module provides the ComponentManager class for handling IDF component
5+
addition/removal, library ignore processing, and build script modifications.
6+
"""
7+
28
import os
39
import shutil
410
import re

0 commit comments

Comments
 (0)