Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Empty file modified tools/espota.exe
100644 → 100755
Empty file.
Empty file modified tools/gen_esp32part.exe
100644 → 100755
Empty file.
Empty file modified tools/get.exe
100644 → 100755
Empty file.
1 change: 1 addition & 0 deletions tools/get.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ def get_tool(tool):
print('Downloading ' + archive_name);
sys.stdout.flush()
if 'CYGWIN_NT' in sys_name:
import ssl
ctx = ssl.create_default_context()
ctx.check_hostname = False
ctx.verify_mode = ssl.CERT_NONE
Expand Down