rotation_speed

pull/264/head
alanbjohnston 3 years ago committed by GitHub
parent 2c179afb0f
commit 942e9dac70
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -910,8 +910,8 @@ void config_simulated_telem()
// #ifdef DEBUG_LOGGING
for (int i = 0; i < 3; i++)
printf("axis: %f angle: %f v: %f i: %f \n", axis[i], angle[i], volts_max[i], amps_max[i]);
printf("batt: %f speed: %f eclipse_time: %f eclipse: %f period: %f temp: %f max: %f min: %f\n", batt, speed, eclipse_time, eclipse, period, tempS, temp_max, temp_min);
Serial.printf("axis: %f angle: %f v: %f i: %f \n", axis[i], angle[i], volts_max[i], amps_max[i]);
Serial.printf("batt: %f speed: %f eclipse_time: %f eclipse: %f period: %f temp: %f max: %f min: %f\n", batt, rotation_speed, eclipse_time, eclipse, period, tempS, temp_max, temp_min);
// #endif
time_start = (long int) millis();

Loading…
Cancel
Save

Powered by TurnKey Linux.