diff --git a/ESP32Driver.py b/ESP32Driver.py index afbf08c..156dfc0 100644 --- a/ESP32Driver.py +++ b/ESP32Driver.py @@ -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"