diff --git a/esp_flasher/common.py b/esp_flasher/common.py index 532c4f3..6ce463f 100644 --- a/esp_flasher/common.py +++ b/esp_flasher/common.py @@ -3,6 +3,7 @@ import struct from os.path import join from io import BytesIO +from platformdirs import * import esp_flasher.own_esptool as esptool