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 5ad714d commit b299e0aCopy full SHA for b299e0a
main.go
@@ -29,7 +29,7 @@ func init() {
29
flag.StringVar(&ctx.ProgrammerPath, "programmer", "", "path of programmer in use (avrdude/bossac)")
30
flag.StringVar(&ctx.Model, "model", "", "module model (winc, nina or sara)")
31
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")
+ flag.IntVar(&ctx.Retries, "retries", 9, "Number of retries in case of upload failure")
33
}
34
35
func main() {
0 commit comments