From 103a99ab7a27b5fadc0f079001cb4c89219341a8 Mon Sep 17 00:00:00 2001 From: ole00 Date: Sun, 17 Mar 2024 18:04:09 +0000 Subject: [PATCH] pc app: calibration takes longer time, wait longer This is because the voltage settle time delay was increased and also now 255 taps are scanned. --- 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 4f7e8b4..5155df5 100644 --- a/src_pc/afterburner.c +++ b/src_pc/afterburner.c @@ -1006,7 +1006,7 @@ static char operationCalibrateVpp(void) { printf("VPP voltages are scanned - this might take a while...\n"); printSerialWhileWaiting = 1; - result = sendGenericCommand("b\r", "VPP calibration failed", 16000, 1); + result = sendGenericCommand("b\r", "VPP calibration failed", 34000, 1); printSerialWhileWaiting = 0; closeSerial();