Umberto Baldi
Umberto Baldi
Hi @jjshoe, closing for lack of feedback, If you need assistance feel free to reopen this
The `mdns-discovery` not being statically linked should have been fixed by https://github.com/arduino/mdns-discovery/pull/47#issuecomment-1474122336
This is the output when I install the CLI and I run board list: ``` root@d32f9de3786d:/# curl -fsSL https://raw.githubusercontent.com/arduino/arduino-cli/master/install.sh | sh -s nightly-latest Installing in //bin ARCH=ARMv7 OS=Linux Using curl...
This requires some more brainstorming with @cmaglie
For now we will fix only this error. If there is a need to fix other errors, this is the moment to speak. We will follow the same pattern used...
Probably should not be necessary anymore after #2119
Closing, because documented alternative exist.
Hi @RalphCorderoy, we added the [sketch project file](https://arduino.github.io/arduino-cli/dev/sketch-specification/#sketch-project-file) which should solve your problem. The command `arduino-cli board attach -b ` will produce a `sketch.yaml` file that will contain the fqbn...
We dropped support for `sketch.json` in favor of `sketch.yaml` in #1930
Hi @giesalabs, closing for lack of feedback. Feel free to reopen it if you need