mirror of
https://github.com/ole00/afterburner.git
synced 2024-11-22 06:32:01 +00:00
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:
parent
460d0f2caa
commit
103a99ab7a
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user