Skip to content

Commit a607535

Browse files
committed
Skip checksum for libs
1 parent 40d16ca commit a607535

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/get.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ def get_tool(tool, force_download, force_extract):
324324
print("Tool {0} already downloaded".format(archive_name))
325325
sys.stdout.flush()
326326

327-
if sha256sum(local_path) != checksum:
327+
if "esp32-arduino-libs" not in archive_name and sha256sum(local_path) != checksum:
328328
print("Checksum mismatch for {0}".format(archive_name))
329329
return False
330330

0 commit comments

Comments
 (0)