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 have read the documentation at readthedocs and the issue is not addressed there.
I have tested that the issue is present in current master branch (aka latest git).
I have searched the issue tracker for a similar issue.
If there is a stack dump, I have decoded it.
I have filled out all fields below.
Platform
Hardware: ESP-01
Core Version: 2 Aug 2020 (2.7.4)
Development Env: Platformio
Operating System: MacOS
Settings in IDE
Module: Generic ESP8266 Module
Flash Mode: qio
Flash Size: 1MB
lwip Variant: ?
Reset Method: ?
Flash Frequency: 40Mhz
CPU Frequency: ?
Upload Using: OTA
Upload Speed: -
Problem Description
Steps to reproduce + Actual behaviour:
When user not select any file for FileSystem, and click update filesystem, server respond message that update is succesfull - not true.
Expected behaviour:
Server respond that update fails, because no file is sent!
Fixesesp8266#7721 by adding a new error code for when Update::end is called
without any progress at all being made (i.e. no data actually ::write()
to the Update object.
Fixes#7721 by adding a new error code for when Update::end is called
without any progress at all being made (i.e. no data actually ::write()
to the Update object.
Basic Infos
Platform
Settings in IDE
Problem Description
Steps to reproduce + Actual behaviour:
When user not select any file for FileSystem, and click update filesystem, server respond message that update is succesfull - not true.
Expected behaviour:
Server respond that update fails, because no file is sent!
MCVE Sketch
Debug Messages
The text was updated successfully, but these errors were encountered: