We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58eeed7 commit 590b5dcCopy full SHA for 590b5dc
scripts/flash.sh
@@ -8,8 +8,8 @@ echo "Flashing..."
8
# Do path conversion for WSL
9
if grep -q microsoft /proc/version; then
10
TARGET=$(wslpath -wa $TARGET)
11
- pymcuprog.exe write --erase -d avr128db48 -f $TARGET
+ pymcuprog.exe write --erase -d avr128db48 -t nEDBG -f $TARGET
12
else
13
- pymcuprog write --erase -d avr128db48 -f $TARGET
+ pymcuprog write --erase -d avr128db48 -t nEDBG -f $TARGET
14
fi
15
0 commit comments