Closed
Description
Bug Report
Current behavior
On v0.9 of the CLI we can compile a specific ino file via:
$ arduino-cli compile --fqbn arduino:mbed:nano33ble my-sketch.ino
On v0.11 this fails with:
Error during build: unable to find a sketch file in directory XXX
And there seems no way to specify the .ino
file anymore. Is there any replacement?
Environment
- CLI version (output of
arduino-cli version
): arduino-cli Version: 0.11.0 Commit: 0296f4d - OS and platform: macOS Catalina