diff --git a/examples b/examples index dc677cf2..ea62e450 160000 --- a/examples +++ b/examples @@ -1 +1 @@ -Subproject commit dc677cf233990929fea1cf36338094837cc5d518 +Subproject commit ea62e450c026f19da620ce5a14240c3ad9f5657f diff --git a/platformio/builder/tools/piolib.py b/platformio/builder/tools/piolib.py index 4acaab35..473db360 100644 --- a/platformio/builder/tools/piolib.py +++ b/platformio/builder/tools/piolib.py @@ -525,7 +525,7 @@ def BuildDependentLibraries(env, src_dir): project.search_deps_recursive(lib_builders) if project.depbuilders: - print "Library Dependency Map" + print "Project Dependencies Graph" print_deps_tree(project) else: print "Project does not have dependencies" diff --git a/platformio/commands/init.py b/platformio/commands/init.py index 7d9fb2ed..9ab78e11 100644 --- a/platformio/commands/init.py +++ b/platformio/commands/init.py @@ -198,10 +198,8 @@ Then in `src/main.c` you should use: PlatformIO will find your libraries automatically, configure preprocessor's include paths and build them. -See additional options for PlatformIO Library Dependency Finder `lib_*`: - -http://docs.platformio.org/en/stable/projectconf.html#lib-install - +More information about PlatformIO Library Dependency Finder +- http://docs.platformio.org/en/stable/librarymanager/ldf.html """)