luc-github/ESP3DLib

[BUG]Upload notification only work on USB

luc-github opened this issue · 2 comments

When success or failure, any upload : SPIFFS, update, SD , will get notification on USB and not on WebUI

  • Web UI get proper message (can see it in query) but does not handle it properly, because still display "upload XXXX"
  • Notification of ESP3DLib 1.0 use query feedback unlike other ESP3D porting which use websocket for error and also allow to cancel ongoing upload properly

Fixed in devt branch

In master now