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 am facing difficulties to update FileSystem correctly using this library. Firmware update works well, however when I am trying to upload FileSystem I got "Update error: ERROR[4]: Not Enough Space" or 404. The same *.bin file works flawlesly with classic HTTPUpdate (non Async) and with ElegantOTA (with Async).
Could you double check? Am I missing something?
Above tests were performed in Arduino 1.8.3 and 2.3.2, with 1.2.0. and 2.0.0. library version and "simple_server" example.
The text was updated successfully, but these errors were encountered:
Sure. Board is ESP8266 D1 mini + 4MB (FS:2MB OTA:~1019KB) flash.
I have double check and in browser I am getting: "The connection was reset". ESP8266 is giving reset exception:
Surprisingly behaviour I am facing is inconsisient, as now I no longer get "Update error: ERROR[4]: Not Enough Space".
Filesystem I am trying to load: esp8266-FileSystem.zip
I am facing difficulties to update FileSystem correctly using this library. Firmware update works well, however when I am trying to upload FileSystem I got "Update error: ERROR[4]: Not Enough Space" or 404. The same *.bin file works flawlesly with classic HTTPUpdate (non Async) and with ElegantOTA (with Async).
Could you double check? Am I missing something?
Above tests were performed in Arduino 1.8.3 and 2.3.2, with 1.2.0. and 2.0.0. library version and "simple_server" example.
The text was updated successfully, but these errors were encountered: