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 6448c05 commit 56bc22dCopy full SHA for 56bc22d
builder/frameworks/espidf.py
@@ -300,7 +300,7 @@ def HandleCOMPONENTsettings(env):
300
if flag_custom_component_add == True or flag_custom_component_remove == True: # todo remove duplicated
301
import yaml
302
from yaml import SafeLoader
303
- print("*** \"custom_component\" is used to select managed idf components ***")
+ print("*** \"custom_component\" is used to (de)select managed idf components ***")
304
if flag_custom_component_remove == True:
305
idf_custom_component_remove = env.GetProjectOption("custom_component_remove").splitlines()
306
else:
0 commit comments