Skip to content
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

Fix 'AnalogToDigitTransitionStart' always using 9.2 regardless of the configured value. #3393

Merged
merged 1 commit into from
Nov 20, 2024

Conversation

tkopczuk
Copy link
Contributor

Since the October parameter rename we're always using the default 9.2 value of AnalogToDigitTransitionStart, regardless of the configuration.

This was caused by accidentally replacing the UPPERCASE string with a CamelCase version.
As we're using toUpper to check if that's the config parameter to parse - this check never succeeds.

This PR replaces the CamelCase string with the UPPERCASE version, restoring the ability to configure the value of AnalogToDigitTransitionStart.

… configured value.

After the recent parameter rename we're trying to compare the toUpper version of the config parameter against "AnalogToDigitTransitionStart" - which will always fail - hence always using the default value of 9.2.
@SybexX SybexX merged commit 3ee32d8 into jomjol:main Nov 20, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants