Per Tillisch

Results 1081 comments of Per Tillisch

Closing as duplicate of https://github.com/arduino/arduino-ide/issues/2438

The problem is the Arduino Pro IDE doesn't support this behavior: https://arduino.github.io/arduino-cli/dev/platform-specification/#upload-using-programmer-by-default >If the `upload.protocol` property is not defined for a board, the Arduino IDE's "Upload" process will use the...

Hi @Rollpopptery. Thanks for your report. Please provide a [screenshot](https://www.techradar.com/how-to/how-to-screenshot-on-a-pc) of the Arduino IDE window while this "blue-coloured slit-shaped window" is present in a comment here on this issue thread....

>Do you prefer IDE to print the output at the end of the command, or does it want to provide the terminal feeling? For example, when there is some data...

> I see tons of stdout (% when flashing) This is due to https://github.com/arduino/arduino-ide/issues/1473 > it could be nicer Definitely, but I think sub-ideal output is still better than none...

@MarkSDS which version of the ESP32 boards platform are you using? You can see it in the Arduino IDE **Boards Manager**, like this: ![image](https://user-images.githubusercontent.com/8572152/187149274-27d5e3d6-b4a0-48a2-b7f2-5f7baaeac0d9.png)

Hi @lun82jiang. Thanks for your report. I would like to learn more about the bug you reported: --- Does this problem occur every time you attempt an upload on your...

In addition to the two classes of folders mentioned above, three others are created by the Arduino IDE application: - `github-remote` - The folder is empty - Origin: https://github.com/eclipse-theia/theia/blob/v1.31.1/packages/plugin-ext/src/main/node/plugin-github-resolver.ts#L39 -...

Thanks for your report @RalphBacon. As far as the reset on start up is concerned. It is expected that the board will restart on initialization of the Serial Monitor. Unlike...

Thanks for your feedback. The problem of unexpected resets on IDE startup will be resolved as part of the planned Serial Monitor rework that moves it to a separate window...