debug sensor_min

pull/74/head
alanbjohnston 5 years ago committed by GitHub
parent 9e3fbf5894
commit 6f7bbbc2de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1508,8 +1508,12 @@ if (payload == ON)
}
printf("\n");
for (count1 = 0; count1 < 17; count1++)
{
printf("Sensor min %f Sensor max %f \n", sensor_min[count1], sensor_max[count1]);
if (sensor[count1] < sensor_min[count1])
sensor_min[count1] = sensor[count1];
if (sensor[count1] > sensor_max[count1])

Loading…
Cancel
Save

Powered by TurnKey Linux.