mirror of
https://github.com/anklimov/lighthub
synced 2025-12-06 03:39:49 +03:00
4 lines
284 B
Bash
Executable File
4 lines
284 B
Bash
Executable File
#avrdude should be installed via homebrew
|
|
#avrdude -C ../tools/mac/tool-avrdude/avrdude.conf -c arduino -P /dev/cu.usbmodem144101 -b 19200 -p m16u2 -vvv -U flash:w:16u2-original.hex:i
|
|
avrdude -c arduino -P /dev/cu.usbmodem144101 -b 19200 -p m16u2 -vvv -U flash:w:16u2-original.hex:i
|