compileopts: add 'retries' flag to allow setting the number of times to retry locating the MSD volume when flashing

Signed-off-by: deadprogram <ron@hybridgroup.com>
This commit is contained in:
deadprogram
2022-11-06 21:47:58 +01:00
committed by Ron Evans
parent 2001c44ed3
commit 73b368270c
2 changed files with 7 additions and 6 deletions
+1
View File
@@ -51,6 +51,7 @@ type Options struct {
PrintJSON bool
Monitor bool
BaudRate int
Retries int
}
// Verify performs a validation on the given options, raising an error if options are not valid.