earlephilhower / arduino-esp8266littlefs-plugin

Plugin to upload LittleFS filesystems to ESP8266
GNU General Public License v2.0
120 stars 20 forks source link

Can't enable LittleFS file upload in arduino IDE 1.8.13 #19

Closed superfino closed 2 years ago

superfino commented 2 years ago

Hello, I've tried to enable esp8266Littlefs support for my Arduino IDE 1.8.13. I downloaded the ESP8266LittleFS-2.6.0.zip from here https://github.com/earlephilhower/arduino-esp8266littlefs-plugin/releases and copied the 8kb esp8266littlefs.jar to my sketchbook path as mentioned in the preferences to sketchbook/tools/ESP8266LittleFS/tools/esp8266littlefs.jar There is also located sketchbook/ESP32FS/tools/esp32fs.jar and sketchbook/WiFi101/tools/WiFi101.jar The last 2 plugins are both appear in the IDE but not the esp8266littlefs-plugin. My Sketch itself works well

mounting LittleFS... WM: [1] AutoConnect WM: [2] Connecting as wifi client... WM: [3] STA static IP: WM: [2] setSTAConfig static ip not set, skipping WM: [1] Connecting to SAVED AP: xxxxxxxxxxxx WM: [3] Using Password: 1 WM: [3] WiFi station enable WM: [3] enableSTA PERSISTENT ON WM: [1] connectTimeout not set, ESP waitForConnectResult... WM: [2] Connection result: WL_CONNECTED WM: [3] lastconxresult: WL_CONNECTED WM: [1] AutoConnect: SUCCESS WM: [1] STA IP Address: 192.168.0.173 WM: [3] finished

except i can't upload additional files. Don't know what is going wrong here and need some help to find the cause. Thanks in advance... Jo

superfino commented 2 years ago

O.K. sorry I got it. There was a needless 's' to much in the path.