This repository was archived by the owner on Oct 1, 2024. It is now read-only.
Compilation is performed with every modification to "Board Config UI" (GUI for arduino.json
).
#1496
Labels
fixed-pending-release
Fix is merged and will be included in the next release.
Since firmware cannot be flashed without first compiling it, it is redundant and unproductive to verify every time a value in the Board Config UI changes.
This is less obnoxious when you have a standard issue Arduino board, like the Uno that doesn't really have any settings to speak of, but if you have a more sophisticated board, like an ST chip for example, there are multiple fields in the Board Config UI. Each modification results in a full recompile.
The experience is PAINFUL.
Please only compile when it is requested using Verify, or before Upload is performed. This is inline with the Arduino IDE and provides a WAY BETTER experience.
The text was updated successfully, but these errors were encountered: