Skip to content

Commit

Permalink
Update allsky_common.h: add determineFocus bool
Browse files Browse the repository at this point in the history
  • Loading branch information
EricClaeys authored Oct 26, 2023
1 parent 0491cc6 commit 00e25b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/include/allsky_common.h
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,7 @@ struct config { // for configuration variables
bool daytimeSave = false; // Save images during daytime?
char const *timeFormat = "%Y%m%d %H:%M:%S";
char const *extraArgs = ""; // Optional extra arguments passed on
bool determineFocus = false;

// To make the code cleaner, comments are only given for daytime variables.

Expand Down

0 comments on commit 00e25b7

Please sign in to comment.