Per Tillisch
Per Tillisch
Thanks @jjtmp for sharing the link to the platform specification. There is also some information about FQBN in the FAQ: https://arduino.github.io/arduino-cli/latest/FAQ/#whats-the-fqbn-string **arduino-builder** is deprecated in favor of [**Arduino CLI**](https://arduino.github.io/arduino-cli/latest/) so...
I'm not knowledgeable enough on the subject to have an opinion other than that we should not expect the target user to install a dependency in order to use the...
Related: https://github.com/arduino/arduino-builder/issues/259
Thanks @matthijskooijman. What do you suggest be done with this issue?
>I was mostly ignoring it because arduino-builder isn't really relevant anymore, but I guess arduino-builder is actually still used in the java IDE to run the build code from arduino-cli,...
@facchinm can this be closed by https://github.com/arduino/arduino-builder/commit/fbfaa5603aa984b88d2a295658a1a57d57415b3a?
@bperrybap no it's in the hourly build but that code still doesn't compile. I had only tested your first example: ``` arduino void setup(){} void loop() {} ``` Which does...
Understood, thanks. I wasn't sure if this was intentional or unavoidable but thought it was worth at least to document the change from 1.6.5. I have already suggested manually adding...
Please test the following code and then let me know whether it works: ```cpp /* Optical SP02 Detection (SPK Algorithm) using the MAX30105 Breakout By: Nathan Seidle @ SparkFun Electronics...
This is not a library. It's a plugin. If you try to install it as a library then the Arduino IDE will correctly display the "Invalid library" warning. You need...