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

Reduce codesize of setOutputPower #7572

Merged
merged 2 commits into from
Sep 2, 2020

Commits on Sep 2, 2020

  1. Reduce codesize of setOutputPower

    The logic can be simplified by using integer logic without a functional
    change. Reduces code size by 40% (78 bytes -> 46 bytes) and silences
    a Warith-conversion warning.
    dirkmueller committed Sep 2, 2020
    Configuration menu
    Copy the full SHA
    5fac283 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    620d232 View commit details
    Browse the repository at this point in the history