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

Battery monitor feature #847

Open
wants to merge 14 commits into
base: beta
Choose a base branch
from

Commits on Dec 6, 2020

  1. Added Battery monitor functionality

    Georgi Vidinski committed Dec 6, 2020
    Configuration menu
    Copy the full SHA
    682fbe3 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'beta' of https://github.com/gvidinski/sensors-software

    …into feature/Battery_monitor
    Georgi Vidinski committed Dec 6, 2020
    Configuration menu
    Copy the full SHA
    b9752dc View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2020

  1. Clean-up;

    Georgi Vidinski committed Dec 8, 2020
    Configuration menu
    Copy the full SHA
    ddc86c5 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2020

  1. Removed "adc_range_max" from "cfg" namespace;

    Georgi Vidinski committed Dec 9, 2020
    Configuration menu
    Copy the full SHA
    320567c View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2021

  1. Merge branch 'beta' into feature/Battery_monitor

    Georgi Vidinski committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    e35cc1c View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2021

  1. Removed unused variable 'battery_last_value';

    Georgi Vidinski committed Apr 27, 2021
    Configuration menu
    Copy the full SHA
    26e5177 View commit details
    Browse the repository at this point in the history
  2. Cleanup - removed commented out 'battery_last_value';

    Georgi Vidinski committed Apr 27, 2021
    Configuration menu
    Copy the full SHA
    cfabfef View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2021

  1. Replaced BATTERY_CAPACITY with BATTERY_CHARGE; Also added additional …

    …BR tag befor battery settings for better UX;
    Georgi Vidinski committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    a416c19 View commit details
    Browse the repository at this point in the history
  2. Fixed issue with the map() function and % when the value of the 'batt…

    …ery_analog_value' is outside of the predefined range by any circumstances;
    Georgi Vidinski committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    32d8b6a View commit details
    Browse the repository at this point in the history
  3. Updated Memory Usage at comment area at the beginning of the airrohr-…

    …firmware.ino;
    Georgi Vidinski committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    c34cc5e View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2021

  1. Added .vs to .gitignore

    Georgi Vidinski committed Nov 14, 2021
    Configuration menu
    Copy the full SHA
    6b150df View commit details
    Browse the repository at this point in the history
  2. Merge after conflicts has been resolved with 'beta';

    Georgi Vidinski committed Nov 14, 2021
    Configuration menu
    Copy the full SHA
    b9ad2b9 View commit details
    Browse the repository at this point in the history
  3. airrohr-firmware.ino: Updated memory usage comment

    Georgi Vidinski committed Nov 14, 2021
    Configuration menu
    Copy the full SHA
    29620d5 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'beta' into feature/Battery_monitor

    Georgi Vidinski committed Nov 14, 2021
    Configuration menu
    Copy the full SHA
    24998e6 View commit details
    Browse the repository at this point in the history