Edit
This commit is contained in:
parent
cc26847bf4
commit
0821085cc3
|
@ -12,3 +12,4 @@ open('ESP32driver', 'wb').write(response.content)
|
||||||
with ZipFile('ESP32driver', 'r') as zipObj:
|
with ZipFile('ESP32driver', 'r') as zipObj:
|
||||||
zipObj.extractall(os.path.join(os.path.expanduser("~"), "Downloads", "ESP32driver"))
|
zipObj.extractall(os.path.join(os.path.expanduser("~"), "Downloads", "ESP32driver"))
|
||||||
# TODO: after extract the file, run the .inf file in it to actually install the driver
|
# TODO: after extract the file, run the .inf file in it to actually install the driver
|
||||||
|
# 11/5/22 --> Created bash script with same name to run files and control destination folder
|
||||||
|
|
Loading…
Reference in New Issue