pull/74/head
alanbjohnston 5 years ago committed by GitHub
parent 8b0d8f9fbb
commit 421235ef43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -497,7 +497,7 @@ printf("batt: %f speed: %f eclipse_time: %f eclipse: %d period: %f temp: %f max:
//memset(voltage_max, 0, sizeof(voltage_max)); //memset(voltage_max, 0, sizeof(voltage_max));
//memset(current_max, 0, sizeof(current_max)); //memset(current_max, 0, sizeof(current_max));
for(i=0; i < 9; i++) for(int i=0; i < 9; i++)
{ {
voltage_min[i] = 1000.0; voltage_min[i] = 1000.0;
current_min[i] = 1000.0; current_min[i] = 1000.0;

Loading…
Cancel
Save

Powered by TurnKey Linux.