Per Tillisch
Per Tillisch
Hi @andmeyee there is a new Settings interface that has replaced the system of setting the configuration via `Init`: https://github.com/arduino/arduino-cli/pull/521 The configuration passed to Init is now ignored: https://github.com/arduino/arduino-cli/pull/530
I ended up taking a close look at this situation while reviewing https://github.com/arduino/arduino-cli/pull/1725. Here is a report on my findings: ## Recommendations ### Always use canonical library name The library...
Fixed by https://github.com/arduino/arduino-cli/pull/1878
This error means you're using a version of ArduinoJson library that is not compatible with this code. The ArduinoJson library 6.x.x versions have breaking changes that make them not work...
> A pessimistic approach, where any change to a Taskfile.yml would trigger a re-build, would be good enough for me. I haven't had the chance to take advantage of the...
Looks like you might need some CI for your CI @SpenceKonde 😉 - https://github.com/per1234/.github/blob/main/workflow-templates/check-workflows.md - https://github.com/per1234/.github/blob/main/workflow-templates/check-yaml.md - https://github.com/per1234/.github/blob/main/workflow-templates/check-prettier-formatting.md
>On the `fqbn` issue, what is the correct format? The format of the FQBN is like this: ```text ::[:=[,=]...] ``` >I would expect ATTinyCore:avr:attinyx7,chip=167 to be valid No. The separator...
@SpenceKonde do you mean these?: https://github.com/SpenceKonde/megaTinyCore/runs/7483602119?check_suite_focus=true#step:4:9 ```text WARNING: Arduino IDE is not installed so unable to check for invalid reference links. Please call install_ide before running check_keywords_txt. ``` As indicated...
Yes, we discussed this on the forum: https://forum.arduino.cc/t/panic-no-major-version-found/876644 The bug is being tracked here: https://github.com/arduino/arduino-cli/issues/1823 (I published it from the internal issue tracker to GitHub)
The version numbers of the `arduino:avr-gcc` and `arduino:avrdude` tool dependencies selected by @TheBlackfurGuy are the ones used in the most recent release of the official "Arduino AVR Boards" platform, so...