changed to sleep(2.5)

pull/116/head
alanbjohnston 5 years ago committed by GitHub
parent 3cf5703081
commit 4deeee6e90
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1066,7 +1066,7 @@ void get_tlm_fox() {
} else
printf("first time - no sleep\n");
sleep(0.6);
sleep(2.5);
float voltage[9], current[9], sensor[17], other[3];
char sensor_payload[500];

Loading…
Cancel
Save

Powered by TurnKey Linux.