Update ESP32Driver.py

This commit is contained in:
Eric Yu 2022-08-17 11:25:44 -07:00 committed by GitHub
parent 45bed122b0
commit e0fe589ea5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
# This is a sample Python script. # This is a sample Python script.
import os, requests # TODO: we don't have 'requests' package build-in, should we use use urllib.request instead? import os, requests # TODO: we don't have 'requests' package build-in, and it kind of not works in conda environment, should we just use urllib.request instead?
from zipfile import ZipFile from zipfile import ZipFile
URL = "https://www.silabs.com/documents/public/software/CP210x_Universal_Windows_Driver.zip" URL = "https://www.silabs.com/documents/public/software/CP210x_Universal_Windows_Driver.zip"