Per Tillisch
Per Tillisch
### Describe the problem The IDE hangs permanently during the "**Save As...**" operation under the following conditions: - IDE was last shut down via "**File > Quit**" - Currently selected...
### Describe the problem User sketches and global library installations are stored in the `libraries` subfolder of the Arduino sketchbook folder. Several UI elements of the Arduino IDE reflect the...
### Describe the problem On the first run, Arduino IDE must download some files from the Internet: - `builtin:serial-discovery` - `builtin:mdns-discovery` - `builtin:ctags` - The "Arduino AVR Boards" platform -...
### Describe the problem In order to allow users to get started with Arduino with the minimum amount of complexity, the Arduino IDE installs support for the most common boards...
### Describe the problem [Package indexes](https://arduino.github.io/arduino-cli/dev/package_index_json-specification/) are used by the Arduino Boards Manager system to track the [Arduino boards platforms](https://arduino.github.io/arduino-cli/dev/platform-specification/) that are available for installation. These come from two types...
- Remove library folder name from #include directives - Use cross-platform path separator in #include directives Partially fixes https://github.com/drolsen/DRO-Matic/issues/125 (the Arduino IDE error). CC: @abufahad-1
This stems from a forum [discussion](http://www.eventghost.net/forum/viewtopic.php?f=12&t=9701#p46492) where @kdschlosser expressed concern over our reliance on GitHub to preserve the valuable data contained in this repository. Although it is unlikely that something...
Angle brackets should be used for external includes, guotes for local includes. The former is not critical but the latter is necessary in order to use the library when it's...
This library is AVR specific so the previous wildcard value of the `architectures` property in library.properties is incorrect. This change will cause this library's examples to appear under the **File...
Using Arduino IDE 1.8.3 Hourly Build 2017/04/26 01:33 Steps to reproduce: 1. Install the ArduinoSound library 2. Compile any example sketch of that library for Arduino/Genuino Uno The compilation fails...