PC app: increase maximum time to wait for VPP measurement

This commit is contained in:
ole00 2024-03-19 20:43:23 +00:00
parent 79e33ab2a5
commit dabfcf5aad
1 changed files with 1 additions and 1 deletions

View File

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