Flashe nur wenn Kompilierung erfolgreich war
This commit is contained in:
@@ -1,8 +1,5 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
# Build
|
# Build & Flash
|
||||||
avra main.asm
|
avra main.asm && avrdude -p m328p -c arduino -b 115200 -P /dev/tty.usbserial-A50285BI -U flash:w:main.hex
|
||||||
|
|
||||||
# Burn
|
|
||||||
avrdude -p m328p -c arduino -b 115200 -P /dev/tty.usbserial-A50285BI -U flash:w:main.hex
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user