me-no-dev / arduino-esp32fs-plugin

Arduino plugin for uploading files to ESP32 file system

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Not working over OTA with authentication enabled

szerwi opened this issue · comments

Hi,

SPIFFS data uploader is not working over OTA with authentication turned on. I get error "Authentication failed". When I disable OTA authentication everything is OK.
I have version 1.0.4 of ESP32 Arduino libraries

commented

Same here. I have v1.1 on Arduino 1.8.19
Btw thx for the solution! When I changed OTA password to empty string, and uploaded code, after that SPIFFS upload works again.