Skip to content

Commit 6bd058d

Browse files
committed
Increase timeout to 2 seconds
1 parent 9111b42 commit 6bd058d

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
@@ -238,7 +238,7 @@ func (flasher *Flasher) Md5sum(data []byte) error {
238238
func OpenSerial(portName string) (serial.Port, error) {
239239
mode := &serial.Mode{
240240
BaudRate: 230400,
241-
Vtimeout: 100,
241+
Vtimeout: 200,
242242
Vmin: 0,
243243
}
244244

0 commit comments

Comments
 (0)