You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm working on a project that involves uploading a file to an ESP32 using arduino-cli in an automated manner. However, I've encountered an issue where the upload process prompts for a password. During automation, an error message appears: Error - user input is not supported in non-interactive mode.
To address this, I suggest implementing a new feature or command-line option, that allows setting "user provided fields" (such as the password in this example) as a command-line argument.
This way, the password can be passed along with other automation commands, eliminating the need for manual input during the upload process.
Describe the current behavior
In the terminal, you can upload the file using the following command:
Describe the request
I'm working on a project that involves uploading a file to an ESP32 using arduino-cli in an automated manner. However, I've encountered an issue where the upload process prompts for a password. During automation, an error message appears:
Error - user input is not supported in non-interactive mode.
To address this, I suggest implementing a new feature or command-line option, that allows setting "user provided fields" (such as the password in this example) as a command-line argument.
This way, the password can be passed along with other automation commands, eliminating the need for manual input during the upload process.
Describe the current behavior
In the terminal, you can upload the file using the following command:
However, when attempting to automate this process using a Python script, the following error is encountered:
Arduino CLI version
0.33.1
Operating system
Windows
Operating system version
Windows 11
Additional context
No response
Issue checklist
The text was updated successfully, but these errors were encountered: