me-no-dev / arduino-esp32fs-plugin

Arduino plugin for uploading files to ESP32 file system
GNU General Public License v2.0
544 stars 144 forks source link

Not working over OTA with authentication enabled #22

Open szerwi opened 4 years ago

szerwi commented 4 years ago

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

wrobi commented 1 year ago

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.