Skip to content

Commit 41041ce

Browse files
committed
Change max baud to 230400
Only affects osx (see https://github.com/facchinm/go-serial/blob/v1/serial_darwin_amd64.go#L32)
1 parent b7e1cb5 commit 41041ce

File tree

1 file changed

+1
-1
lines changed
  • src/github.com/arduino-libraries/WiFi101-FirmwareUpdater/nina

1 file changed

+1
-1
lines changed

src/github.com/arduino-libraries/WiFi101-FirmwareUpdater/nina/flasher.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ func (flasher *Flasher) Md5sum(data []byte) error {
237237

238238
func OpenSerial(portName string) (serial.Port, error) {
239239
mode := &serial.Mode{
240-
BaudRate: 1000000,
240+
BaudRate: 230400,
241241
Vtimeout: 100,
242242
Vmin: 0,
243243
}

0 commit comments

Comments
 (0)