2 lines
117 B
Plaintext
Executable file
2 lines
117 B
Plaintext
Executable file
avrdude -c $(PROGRAMMER) -Pusb -p m16 2>&1 | grep 'Device signature =' | awk -F 'probably ' '{print $2}' | head -c-2
|