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.
This commit is contained in:
ole00 2024-03-17 18:04:09 +00:00
parent 460d0f2caa
commit 103a99ab7a
1 changed files with 1 additions and 1 deletions

View File

@ -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();