Update ESP32Driver.py
This commit is contained in:
parent
45bed122b0
commit
e0fe589ea5
|
@ -1,5 +1,5 @@
|
|||
# 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
|
||||
URL = "https://www.silabs.com/documents/public/software/CP210x_Universal_Windows_Driver.zip"
|
||||
|
||||
|
|
Loading…
Reference in New Issue