-
Notifications
You must be signed in to change notification settings - Fork 24
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
Develop into Beta Branch #212
Merged
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
Release v1.1.0
* increment version number * change Find to Select (Firmware)
* mandatory katapult update + check prior * split KatapultInstaller into smaller functions
* adds logging * remove clear handlers * fix color to error message * removed logging_debug * adds INFO only filter
* dfu loop without timeout * removed extra func
…anges (#194) * initial commit * Initial Commit * Add header * Updated * Add reset to defaults * fix KATAPULT_DIR * just a shit ton of changes, whoops * fixes menu return on firmware select
…197) * make lowercase * increment
* add firmware.cfg to gitignore * increment to 0.0.6 * normalize katapult repo url to remove .git * removed increment
* Adds DEV_DIR and increment to 0.0.7 * removed increment
* Adds menu for All Firmware * removed increment * menu item text change
* should fix weird error after final attempt * remove useless else stamement * change weird result to all std_deviation * change back * changed std dev to max dev * increment to v0.0.5
* Clean up this function a little * Feat: Dynamic Freq Adjust Sliding Window Implementation: Utilizes a fixed-size buffer (deque) to maintain the most recent frequency readings, enabling real-time calculation of the rolling average and standard deviation. Dynamic Threshold Calculation: Sets the threshold at the rolling average plus three standard deviations (μ + 3σ), allowing the system to adapt to normal operational fluctuations without manual parameter tuning. Minimum Threshold Establishment: Introduces a baseline threshold set to 20% above the initial frequency reading to ensure stability during initialization and prevent premature anomaly detection. Enhanced Logging: Adds detailed debug logs to track frequency statistics and threshold values, facilitating easier monitoring and troubleshooting. * Update mcu.pyi * Update mcu.pyi
krautech
approved these changes
Dec 27, 2024
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.
Description
Merge existing dev changes -> beta