mirror of
https://github.com/Seal-Ammonia/Read-Sensor-Resistances.git
synced 2025-03-04 09:59:30 +00:00
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…
x
Reference in New Issue
Block a user