Skip to content

Commit b299e0a

Browse files
committed
increment default retries to 9 (10 total)
1 parent 5ad714d commit b299e0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ func init() {
2929
flag.StringVar(&ctx.ProgrammerPath, "programmer", "", "path of programmer in use (avrdude/bossac)")
3030
flag.StringVar(&ctx.Model, "model", "", "module model (winc, nina or sara)")
3131
flag.StringVar(&ctx.Compatible, "get_available_for", "", "Ask for available firmwares matching a given board")
32-
flag.IntVar(&ctx.Retries, "retries", 2, "Number of retries in case of upload failure")
32+
flag.IntVar(&ctx.Retries, "retries", 9, "Number of retries in case of upload failure")
3333
}
3434

3535
func main() {

0 commit comments

Comments
 (0)