mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-03 22:48:28 -04:00
3 lines
102 B
Bash
Executable File
3 lines
102 B
Bash
Executable File
#!/bin/bash
|
|
avrdude -c arduino -p m1280 -P /dev/ttyUSB1 -b57600 -U /tmp/ArduPlane.build/ArduPlane.hex
|