From 95f8829afe1f9dfb90786f8ba302eb0f2cd6d24d Mon Sep 17 00:00:00 2001 From: indohito <107958888+indohito@users.noreply.github.com> Date: Tue, 16 Aug 2022 13:52:40 -0700 Subject: [PATCH] Update ESP32Driver.py --- ESP32Driver.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ESP32Driver.py b/ESP32Driver.py index 32e6f25..0984a8b 100644 --- a/ESP32Driver.py +++ b/ESP32Driver.py @@ -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')