pull/78/head
alanbjohnston 5 years ago committed by GitHub
parent 1f05cd054f
commit 52652e5124
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1256,8 +1256,6 @@ else {
}
fclose(cpuTempSensor);
if (payload == ON) { // -55
STEMBoardFailure = 0;
@ -1316,9 +1314,7 @@ else {
}
}
printf("\n");
}
}
if ((sensor_payload[0] == 'O') && (sensor_payload[1] == 'K')) {
for (count1 = 0; count1 < 17; count1++) {
@ -1326,9 +1322,8 @@ else {
sensor_min[count1] = sensor[count1];
if (sensor[count1] > sensor_max[count1])
sensor_max[count1] = sensor[count1];
} // just added
// printf("Smin %f Smax %f \n", sensor_min[count1], sensor_max[count1]);
} // just added
}
if (mode == FSK) { // just added
for (int count1 = 0; count1 < 8; count1++) {
@ -1343,11 +1338,9 @@ else {
current_max[count1] = current[count1];
printf("Vmin %f Vmax %f Imin %f Imax %f \n", voltage_min[count1], voltage_max[count1], current_min[count1], current_max[count1]);
}
}
}
}
for (int count1 = 0; count1 < 3; count1++) {
if (other[count1] < other_min[count1])

Loading…
Cancel
Save

Powered by TurnKey Linux.