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