Delete flash.sh

This commit is contained in:
2025-12-25 22:46:06 +01:00
parent 93c605b850
commit 423ba3d9ff
-10
View File
@@ -1,10 +0,0 @@
#!/bin/bash
make
MCU="t85" #attiny85
PROGRAMMER="usbasp"
TARGET="main.hex"
echo "Flashing $TARGET to $MCU using $PROGRAMMER..."
avrdude -c $PROGRAMMER -p $MCU -U flash:w:$TARGET:i