increase MSP timeout to 6s

pull/685/head
Pawel Spychalski (DzikuVx) 6 years ago
parent ac21b8dfe7
commit b5122b2150

@ -99,7 +99,7 @@ helper.mspQueue = (function (serial, MSP) {
privateScope.getTimeout = function (code) {
if (code == MSPCodes.MSP_SET_REBOOT || code == MSPCodes.MSP_EEPROM_WRITE) {
return 5000;
return 6000;
} else {
return serial.getTimeout();
}

Loading…
Cancel
Save