-
Notifications
You must be signed in to change notification settings - Fork 180
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Version 2023.05.01_01 #2797
Merged
Merged
Version 2023.05.01_01 #2797
Conversation
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
…ntation-page Add warning to ssl documentation page
Improve many of the log messages to make troubleshooting easier.
…install.sh Improved log messages in install.sh
Using "mv" to replace a file removes any hard links it has, so use "cp" instead.
…pdating-settings-file Fix install.sh bug when updating settings file
Changes as requested on #2717
Correct SCL/SDA on dew heater curcuit
…h-unlink-of-settings-files install.sh: fix bug #2 with unlink of settings files
Using an image of the WebUI in documentation folder.
* Remove "#ifdef HISTOGRAM" - it's always used and will be replaced. * Do more error checking. * Add "experimental" exposure mode that uses our auto-exposure algorithm at night. This works well in limited testing but needs more testing. * Add "useSnapshotMode" for a future addition that uses ZWO's snapshot mode instead of video mode to take a picture. * Modify many Log() message for better troubleshooting. * Change indenting in several places to make code easier to read. * When ping-ponging, add a percent of the number of ping pongs (basically, a unique amount) to the exposure time. Not sure it helps, but try anyhow.
Also, move some lines to match the order in the WebUI
Also: * Rename "acceptable" to "acceptableMean" to better reflect what it is. * Improve indentation to make code easier to read.
…og()-messages Capture commands better log() messages
Rename and move "meanValue"
…eshold" Rename and move "mean threshold"
…cated Update allsky.html: Brightness has been deprecated
…common.h Use mean_p[012] in allsky common.h
Also, increase the size of a whiptail box so the question is visible.
…og-entries install.sh: add a couple log entries
This also allows us to replace the "for KEY in" with a grep/sed.
…on_to_tabs Install.sh use convert_json_to_tabs
…plicate-checks check_allsky.sh: remove duplicate checks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bug fixes and enhancements for release v2023.05.01.