[BUG]Upload notification only work on USB
luc-github opened this issue · 2 comments
luc-github commented
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
luc-github commented
Fixed in devt branch
luc-github commented
In master now