main: allow setting the baud rate for serial monitors (#3190)

* main: allow setting the baud rate for serial monitors with default baudrate of 115200 bps
This commit is contained in:
sago35
2022-09-25 02:09:41 +09:00
committed by GitHub
parent 1e6c14b3e4
commit 9e24441978
3 changed files with 9 additions and 1 deletions
+1
View File
@@ -51,6 +51,7 @@ type Options struct {
Directory string
PrintJSON bool
Monitor bool
BaudRate int
}
// Verify performs a validation on the given options, raising an error if options are not valid.