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

A little bit more flexible support for battery level indication #560

Closed
wants to merge 3 commits into from
Closed

Commits on Apr 11, 2020

  1. Configuration menu
    Copy the full SHA
    3322daa View commit details
    Browse the repository at this point in the history
  2. Certain compilers, like ARM C v5/v6, do not support 0bxxx notation

    Certain compilers, like ARM C v5/v6, do not support 0bxxx literal
    notation as it is not part of the C standard. Better approach is to use
    0xXXXX variant.
    altishchenko committed Apr 11, 2020
    Configuration menu
    Copy the full SHA
    32aa776 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2020

  1. Configuration menu
    Copy the full SHA
    9cebd2e View commit details
    Browse the repository at this point in the history