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

Usermod Updated: Internal Temperature V2 #4033

Commits on Jun 26, 2024

  1. Usermod Updated: Internal Temperature V2

    # Added high temperature indicator/action...
    
    - A configurable preset is activated when the internal temperature raises above a configurable threshold temperature.
    
    - When the internal temperature falls back below the threshold, the previously active preset is re-activated.
    
    - To prevent frequent toggling between states when the temperature is close to the threshold, the reset threshold is slightly lower than the activation threshold to provide a small buffer.
    
    - Reset threshold is automatically calculated to be two degrees lower than whatever the activation threshold is set to.
    
    - To prevent the user setting the loop interval too low, a minimum allowable interval has been added.
    adamsthws committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    f825cab View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. Fixes to feature update for Internal Temperature usermod

    Applied various fixes as advised by @blazoncek
    
    Thankyou for the advice!
    
    - Updated float: 95.0 > 95.0f
    
    - Updated type: const > constexpr
    
    - Comments clarified
    
    - Preset setting: `-1` > `0`
    adamsthws committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    bc4a613 View commit details
    Browse the repository at this point in the history
  2. Fixed images in readme

    Github flavoured markdown didn't work as expected.
    adamsthws committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    9877e89 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. Fixes to feature update for Internal Temperature usermod

    - Updated all doubles to floating-point literals by adding explicit `f` suffix
    
    - Removed all remaining html from readme markdown documentation.
    adamsthws committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    a1dfdce View commit details
    Browse the repository at this point in the history
  2. Fixes to feature update for Internal Temperature usermod

    Simplified the code by removing an unnecessary function definition and instead using direct assignment in the place where the function was previously called.
    adamsthws committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    3815516 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2024

  1. Update usermod internal temperature

    Enabled the storing the currently active preset or playlist for it to be restored later
    adamsthws committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    78e7312 View commit details
    Browse the repository at this point in the history