ATTinyCore icon indicating copy to clipboard operation
ATTinyCore copied to clipboard

--build-path option creates a {sketch_path} file instead

Open usr97629238 opened this issue 2 years ago • 0 comments

That commandline arduino-cli -v compile --fqbn ATTinyCore:avr:attinyx5 attiny85.ino --build-path ./build/ --output-dir ./firmware/ works fine with other cores, like digistump:avr:digispark-tiny, but with ATTinyCore the build files still go in the temporary folder and it creates a ./{sketch_path} file instead.

usr97629238 avatar Jan 03 '24 16:01 usr97629238