time() typo

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

@ -437,7 +437,7 @@ printf("batt: %f speed: %f eclipse_time: %f eclipse: %d period: %f temp: %f max:
time_start = millis();
eclipse_time = time();
eclipse_time = time(0);
if (eclipse == 0)
eclipse_time -= period/2; // if starting in eclipse, shorten interval

Loading…
Cancel
Save

Powered by TurnKey Linux.