-
Notifications
You must be signed in to change notification settings - Fork 180
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added "newexposure" to ZWO config file (#453)
* Removed unneeded -lASICamera2 $(USB) capture_RPiHQ.cpp doesn't use ZWO's SDK and doesn't use USB. * added "newexposure" with default of 0 Enables switching between v0.7 and v0.8 exposure calculation algorithm (helps debugging timeout errors for certain cameras).
- Loading branch information
1 parent
16eee33
commit 2d04026
Showing
2 changed files
with
2 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -58,5 +58,6 @@ | |
"darkframe":"0", | ||
"locale":"en_US.UTF-8", | ||
"debuglevel":"1", | ||
"newexposure":"0", | ||
"alwaysshowadvanced":"0" | ||
} |