Update ESP32Driver.py
This commit is contained in:
parent
cc68fbde49
commit
95f8829afe
|
@ -6,7 +6,7 @@ URL = "https://www.silabs.com/documents/public/software/CP210x_Universal_Windows
|
||||||
response = requests.get(URL)
|
response = requests.get(URL)
|
||||||
|
|
||||||
open('ESP32driver', 'wb').write(response.content)
|
open('ESP32driver', 'wb').write(response.content)
|
||||||
|
# need to change user destination figure out how to get it to downloads
|
||||||
with ZipFile('ESP32driver', 'r') as zipObj:
|
with ZipFile('ESP32driver', 'r') as zipObj:
|
||||||
zipObj.extractall('C:\\Users\\akash\\Downloads\\ESP32driver')
|
zipObj.extractall('C:\\Users\\akash\\Downloads\\ESP32driver')
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue