We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f9ea4a commit 93be903Copy full SHA for 93be903
1 file changed
src/include/allsky_common.h.repo
@@ -282,6 +282,7 @@ struct config { // for configuration variables
282
bool videoOffBetweenImages = true;
283
ZWOexposure ZWOexposureType = ZWOsnap;
284
int maxImages = 0; // Exit after this many exposure if > 0.
285
+ bool callSaveImage = true; // Call the saveImage.sh script?
286
287
struct myModeMeanSetting myModeMeanSetting;
288
struct HB HB; // Histogram Box, ZWO only
0 commit comments