-
Notifications
You must be signed in to change notification settings - Fork 34
Closed
Description
First of all: thank you for your plugin, as it is the only (easy) way to upload to the SPIFFS area on the ESP.
But... your plugin tries to call the Python version of the ESP Tool (esptool.py) - which is not installed, there is only the compiled version in the tools folder.
I'm on a Mac mini with M2 processor and Arduino IDE 2.3.2.
If your plugin would i.e. call
/Users/aziemer/Library/Arduino15/packages/esp32/tools/esptool_py/4.5.1/esptool
instead of
python3 /Users/aziemer/Library/Arduino15/packages/esp32/tools/esptool_py/4.5.1/esptool.py
it should work. I don't know, if this is specific to the Mac with arm64 architecture or not.
best regards Andreas
Metadata
Metadata
Assignees
Labels
No labels