SpenceKonde / ATTinyCore

Arduino core for ATtiny 1634, 828, x313, x4, x41, x5, x61, x7 and x8
Other
1.53k stars 301 forks source link

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

Open usr97629238 opened 6 months ago

usr97629238 commented 6 months ago

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.