-
-
Notifications
You must be signed in to change notification settings - Fork 399
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
Add dialog to insert user fields for board that require them to upload #550
Conversation
276bf31
to
24f2ce7
Compare
1e66d57
to
febf70a
Compare
febf70a
to
d744aa9
Compare
b245326
to
e5ab9b5
Compare
e5ab9b5
to
a330d65
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Functionality tested and confirmed working
@silvanocerza Hello, thanks for contributing to the project but, can you please fix #1488 as you implemented this features that causes troubles to everyone trying to upload sketch via OTA on their ESP32 devices without password. |
This PR adds a dialog for the user to enter custom fields necessary to upload to certain boards that require them.
If the user clicks the upload button on the toolbar and never upload to that board on that addres in the current IDE session the dialog will be shown, if all the fields are filled and the user clicks the Upload button the values will be cached for the current session. Subsequent uploads triggered with the upload button won't ask the user again to enter the fields but will use the cached ones.
If the user wants to change the fields after the first upload she must open the dialog from
Sketch > Configure And Upload
menu, edit the fields and click the Upload button again.In any case clicking the Cancel button doesn't save the entered values.
User fields are not saved when closing the IDE.
Example:
upload.mp4