You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been hunting high and low, but I can't find a solution for this issue. I have all the tools updated and I can launch esptool from the terminal (which is in /home/***/.local/bin/esptool.py), but when I try to upload the FS on the ESP i doesn't work.
I tried to create a link with the command ln -s /home/***/.local/bin/esptool.py /home/***/.arduino15/packages/esp32/hardware/esp32/3.1.1/tools/ and it seems to find it, but it complains about "suppress" method attribute not present.
I'm going nuts...
Ubuntu Linux 20.04
Arduino IDE 1.8.15
Python 3.8
The text was updated successfully, but these errors were encountered:
Hello there,
I've been hunting high and low, but I can't find a solution for this issue. I have all the tools updated and I can launch esptool from the terminal (which is in
/home/***/.local/bin/esptool.py
), but when I try to upload the FS on the ESP i doesn't work.I tried to create a link with the command
ln -s /home/***/.local/bin/esptool.py /home/***/.arduino15/packages/esp32/hardware/esp32/3.1.1/tools/
and it seems to find it, but it complains about "suppress" method attribute not present.I'm going nuts...
Ubuntu Linux 20.04
Arduino IDE 1.8.15
Python 3.8
The text was updated successfully, but these errors were encountered: