diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2024-01-17 20:02:30 +0300 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2024-01-17 20:02:30 +0300 |
commit | 895ff5b5d47970154d9d2d7051eae2be8872228f (patch) | |
tree | 8d06a6b049491243d13b0f08bd12cb03c9344ace /.gitignore | |
parent | 30a4bc671d5a9e84fff60f4cd485dc070d5724a8 (diff) | |
download | shmotbox-895ff5b5d47970154d9d2d7051eae2be8872228f.tar.gz |
added Makefile for arduino-cli
* Upload works on FreeBSD via Linuxator but only if Linux-like device names will be created.
This can be achived by installing linux-compatible-tty.conf.
* Alternatively, it would also be possible to manually invoke avrdude.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1 +1 @@ -build-leonardo +/build |