diff --git a/src_pc/afterburner.c b/src_pc/afterburner.c index 33ba181..863cad4 100644 --- a/src_pc/afterburner.c +++ b/src_pc/afterburner.c @@ -1033,7 +1033,7 @@ static char operationMeasureVpp(void) { //print the measured voltages if the feature is available printSerialWhileWaiting = 1; - result = sendGenericCommand("m\r", "VPP measurement failed", 30000, 1); + result = sendGenericCommand("m\r", "VPP measurement failed", 40000, 1); printSerialWhileWaiting = 0; closeSerial();