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

Heat Index Feature #17

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Heat Index Feature #17

wants to merge 3 commits into from

Commits on Jun 4, 2023

  1. Configuration menu
    Copy the full SHA
    777f780 View commit details
    Browse the repository at this point in the history
  2. Merge pull request quen0n#13 from divinebird/append-scd30

    Append carbon dioxide sensor (SCD30)
    quen0n committed Jun 4, 2023
    Configuration menu
    Copy the full SHA
    e56b7d1 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2023

  1. Heat Index Feature

    - Adding a function to calculate heat index in unitemp.c
    - Sensors.c calls this function to calculate heat index when updating sensor data.
    - Adding a new function in General_view.c to draw the heat index for sensors of type UT_DATA_TYPE_TEMP_HUM, with a new icon derivated from the temp_C and temp_F icon.
    - Adding an option in the settings to disable the heat index calculation and display.
    ClementGre committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    c4ee472 View commit details
    Browse the repository at this point in the history