This commit is contained in:
Deven 2022-11-05 19:11:14 -07:00
parent cc26847bf4
commit 0821085cc3
1 changed files with 1 additions and 0 deletions

View File

@ -12,3 +12,4 @@ open('ESP32driver', 'wb').write(response.content)
with ZipFile('ESP32driver', 'r') as zipObj:
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
# 11/5/22 --> Created bash script with same name to run files and control destination folder