Skip to content

Commit 90e727c

Browse files
committed
Fix programming of ATtiny boards when "micronucleus" uploader is used // Resolve #13
1 parent 9508fb4 commit 90e727c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

builder/main.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,8 @@ def _rpi_sysgpio(path, value):
171171
"-c", "$UPLOAD_PROTOCOL",
172172
"--timeout", "60"
173173
],
174-
UPLOADHEXCMD='$UPLOADER $UPLOADERFLAGS $SOURCES'
174+
UPLOADHEXCMD='$UPLOADER $UPLOADERFLAGS $SOURCES',
175+
PROGRAMHEXCMD="$UPLOADHEXCMD"
175176
)
176177

177178
else:

0 commit comments

Comments
 (0)