Update ESP32Driver.py

This commit is contained in:
indohito 2022-08-16 13:52:40 -07:00 committed by GitHub
parent cc68fbde49
commit 95f8829afe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ URL = "https://www.silabs.com/documents/public/software/CP210x_Universal_Windows
response = requests.get(URL)
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:
zipObj.extractall('C:\\Users\\akash\\Downloads\\ESP32driver')