lorol / arduino-esp32littlefs-plugin

A LittleFS wrapper for Arduino ESP32 of Mbed LittleFS Library
GNU General Public License v2.0
18 stars 4 forks source link

Error on updload #3

Open aroldocosta opened 1 year ago

aroldocosta commented 1 year ago

Hi, I'm getting the following error when I try do upload a binary file. The upload of firmware works fine (my user is in dialup group, is that enough?).

Traceback (most recent call last):
  File "/home/user/.arduino15/packages/esp32/tools/esptool_py/4.5.1/esptool.py", line 20, in <module>
    with contextlib.suppress(ValueError):
AttributeError: 'module' object has no attribute 'suppress'
LITTLEFS Upload failed!

My workstation: Opensuse Leap 15.4 Arduino IDE 1.8.19 Python 3 installed