When trying to do OTA in a device with OTA password set, authentication fails. It doesn't ask for the password either. My guess is that it needs to pop the Password request form (I guess it's this one [here](https://github.com/arduino/Arduino/blob/master/app/src/processing/app/forms/PasswordAuthorizationDialog.java) ) and pass it as the "-a" argument to espota.py ([here](https://github.com/earlephilhower/arduino-esp8266littlefs-plugin/blob/aef8eceef43205fab21bb870d7883c14bf88fc42/src/ESP8266LittleFS.java#L323))