Per Tillisch
Per Tillisch
## Feature Request ### Current behavior The `ARDUINO` macro is defined with the value of the `runtime.ide.version` property. When using the Arduino IDE, this value matches the current IDE version....
When a PR is submitted from a fork, the GitHub access token provided by `${{ secrets.GITHUB_TOKEN}}` [is downgraded to read-only](https://help.github.com/en/actions/reference/events-that-trigger-workflows#pull-request-events-for-forked-repositories). This causes the attempt to label the PR to fail:...
### Describe the request Emulate the tried and true reliable behavior of Arduino IDE 1.x regarding board and port selection. - Always use the board the user selected. - \*...
## Describe the current behavior The Arduino IDE integrated debugger requires the sketch binary produced by compilation of the sketch. The path to this file is provided to the debugger...
### Describe the problem If the Arduino board prints a large amount of data without a line break to Serial Monitor, the IDE becomes unresponsive. ### To reproduce #### Equipment...
### Describe the request Use a brighter red/orange color for the stderr text printed in the "**Output**" view when using the "**Light (Arduino)**" theme. I suggest using the Arduino IDE...
### Describe the request Automatically close compilation and upload error notifications when a subsequent compilation or upload is triggered. 🙂 The user will only be presented with relevant notifications. ###...
## Describe the current behavior Arduino IDE 1.x sorts the menu for each platform in **Tools > Board** (e.g., **Tools > Board > Arduino AVR Boards**) according to the order...
### Describe the problem The Arduino IDE "**Serial Monitor**" view has a "**Toggle Autoscroll**" control. When this is enabled, the view automatically scrolls down as the number of lines of...
### Describe the problem Arduino IDE receives two types of streams from Arduino CLI for display in the "**Output**" view, which are given distinct coloration to allow them to be...