-
Notifications
You must be signed in to change notification settings - Fork 215
Error on password protected OTA #27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hmm guys..not sure if an update to the Arduino IDE allowed this but I managed to get the password from the IDE using this:
uploader is declared as:
and requires import of:
To check whether a password is required for OTA upload: I also managed to get the password dialogue prompt to appear in the same fashion as Upload Sketch does too:
This require these extra imports:
So if you do I got these lines from the Arduino source files: GenericNetworkUploader.java and SketchController.java. I'm a total noob at Java and how Arduino IDE coding works so if this appears like a hack then it is! I'm dropping this here so someone who knows more can properly add this feature to ESP8266FS. Hope it's helpful. |
Hi,
if OTA is password protected, the plugin fails to upload files.
edit: sorry , i just read the #4.
The text was updated successfully, but these errors were encountered: