increased battery initial voltage limit from 3.5 to 3.9

pull/73/head
alanbjohnston 5 years ago committed by GitHub
parent bca12b971d
commit 9803b26f93
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -420,7 +420,7 @@ amps_max[0] = rnd_float(140.0, 190.0) * (float) sin(angle[1]);
amps_max[1] = rnd_float(140.0, 190.0) * (float) cos(angle[0]);
amps_max[2] = rnd_float(140.0, 190.0) * (float) cos(angle[1] - angle[0]);
batt = rnd_float(3.5, 4.3);
batt = rnd_float(3.9, 4.3);
speed = rnd_float(1.0, 2.5);
//eclipse_time = rnd_float(0, 300);
eclipse = (rnd_float(-1, +4) > 0) ? 1 : 0;

Loading…
Cancel
Save

Powered by TurnKey Linux.