From 0821085cc3744593347244dc9db57bc342dae758 Mon Sep 17 00:00:00 2001 From: Deven Date: Sat, 5 Nov 2022 19:11:14 -0700 Subject: [PATCH] Edit --- ESP32Driver.py | 1 + 1 file changed, 1 insertion(+) diff --git a/ESP32Driver.py b/ESP32Driver.py index 62c4140..d4ee0e3 100644 --- a/ESP32Driver.py +++ b/ESP32Driver.py @@ -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