Skip to content

Commit 590b5dc

Browse files
committed
Add nEDBG as tool for flash script to differentiate from other boards
1 parent 58eeed7 commit 590b5dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/flash.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ echo "Flashing..."
88
# Do path conversion for WSL
99
if grep -q microsoft /proc/version; then
1010
TARGET=$(wslpath -wa $TARGET)
11-
pymcuprog.exe write --erase -d avr128db48 -f $TARGET
11+
pymcuprog.exe write --erase -d avr128db48 -t nEDBG -f $TARGET
1212
else
13-
pymcuprog write --erase -d avr128db48 -f $TARGET
13+
pymcuprog write --erase -d avr128db48 -t nEDBG -f $TARGET
1414
fi
1515

0 commit comments

Comments
 (0)