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 for #1730 (AGC values are not restored) and type "changes" #1732

Merged
merged 3 commits into from
Feb 4, 2019

Conversation

db4ple
Copy link
Collaborator

@db4ple db4ple commented Feb 3, 2019

This fix is necessary, because I changed the order of initiallization
(first load config values AND AFTER THAT run the initialization using the
load parameters ) but some code overwrote already loaded config values
which previously was not visible since this code was executed BEFORE we
loaded config values...

- This fix is necessary, because I changed the order of initiallization
  (first load config values AND AFTER THAT run the initialization using the
   load parameters ) but some code overwrote already loaded config values
   which previously was not visible since this code was executed BEFORE we
   loaded config values...
…, and minor warning fix

- now also fixes some strange key beep thing (key beep active at boot) which
  was previously not happening because we counted beep time differently.
@df8oe df8oe merged commit ae95236 into df8oe:active-devel Feb 4, 2019
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.

None yet

2 participants