Skip to content

Commit 56bc22d

Browse files
authored
change text
1 parent 6448c05 commit 56bc22d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builder/frameworks/espidf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ def HandleCOMPONENTsettings(env):
300300
if flag_custom_component_add == True or flag_custom_component_remove == True: # todo remove duplicated
301301
import yaml
302302
from yaml import SafeLoader
303-
print("*** \"custom_component\" is used to select managed idf components ***")
303+
print("*** \"custom_component\" is used to (de)select managed idf components ***")
304304
if flag_custom_component_remove == True:
305305
idf_custom_component_remove = env.GetProjectOption("custom_component_remove").splitlines()
306306
else:

0 commit comments

Comments
 (0)