summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
4c3cda4)
- Note: battery life is the issue here.
while [[ $SECONDS -lt "$script_ttl" ]]; do
# Capture new photograph
try update_temp_file;
while [[ $SECONDS -lt "$script_ttl" ]]; do
# Capture new photograph
try update_temp_file;
- try python3 "$sleep_rand_path" --upper 3600.0 10.0;
+ try python3 "$sleep_rand_path" --upper 3600.0 60.0;
done;
#===END main loop===
};
done;
#===END main loop===
};