Skip to content
This repository was archived by the owner on Sep 16, 2024. It is now read-only.

Commit 6eb1382

Browse files
author
iwahdan88
committed
Updated [get_idf_libs.py]
1 parent 34218d5 commit 6eb1382

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

esp32/get_idf_libs.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@ def main():
1111
cmd_args = cmd_parser.parse_args()
1212

1313
src = cmd_args.idflibs
14-
if not os.path.isdir(src):
15-
print("IDF Libs Directory not Found defaulting to Local Lib Folders!")
16-
sys.exit(0)
1714

1815
# copy the bootloader libraries
1916
dst = os.getcwd() + '/bootloader/lib'

0 commit comments

Comments
 (0)