Skip to content

Commit

Permalink
Update allsky_common.h: Add placeholder for allskyHome
Browse files Browse the repository at this point in the history
  • Loading branch information
EricClaeys authored May 5, 2024
1 parent 652027a commit 7d1dc16
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/include/allsky_common.h
Original file line number Diff line number Diff line change
Expand Up @@ -182,12 +182,12 @@ struct config { // for configuration variables

// Camera number, type and model
int numCameras = 0; // Number of cameras physically connected
int cameraNumber = 0; // 0 to number-of-cameras-attached minus 1
cameraType ct = ctRPi;
char const *cm = "";
cameraType ct = ctRPi; // default camera type
char const *cm = ""; // camera model
int cameraNumber = 0; // camera number index (starts at 0)

// Settings can be in the config file and/or command-line.
char const *allskyHome = ""; // full pathname to home of Allsky
char const *allskyHome = "XX_ALLSKY_HOME"; // full pathname to home of Allsky
char const *configFile = "";
// File with list of connected cameras
char const *connectedCamerasFile = "XX_CONNECTED_CAMERAS_FILE_XX";
Expand Down

0 comments on commit 7d1dc16

Please sign in to comment.