You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: