dont use arduino weird path

This commit is contained in:
Christoph J. Scherr 2023-10-27 11:07:09 +02:00
parent 089eb27c89
commit 055fa83a3e
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ else
avr-size -A $BUILD/main.elf avr-size -A $BUILD/main.elf
avrdude \ avrdude \
"-C/home/plex/.arduino15/packages/arduino/tools/avrdude/6.3.0-arduino17/etc/avrdude.conf" -v -V \ "-C/etc/avrdude/avrdude.conf" -v -V \
-patmega328p -carduino -P/dev/ttyUSB0 -b57600 -D \ -patmega328p -carduino -P/dev/ttyUSB0 -b57600 -D \
-Uflash:w:$BUILD/main.hex:i -Uflash:w:$BUILD/main.hex:i