added sleep(0.6)

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

@ -1066,6 +1066,7 @@ void get_tlm_fox() {
} else
printf("first time - no sleep\n");
sleep(0.6);
float voltage[9], current[9], sensor[17], other[3];
char sensor_payload[500];
@ -1181,7 +1182,7 @@ else {
// printf("\n");
sleep(1);
sleep(0.5);
printf("Sleep over\n");
batteryVoltage = voltage[map[BAT]];

Loading…
Cancel
Save

Powered by TurnKey Linux.