From dabfcf5aad6b5ecb43d4cdb9c2f5fba10f6e0493 Mon Sep 17 00:00:00 2001 From: ole00 Date: Tue, 19 Mar 2024 20:43:23 +0000 Subject: [PATCH] PC app: increase maximum time to wait for VPP measurement --- src_pc/afterburner.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();