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

bug: min. temperature values changed in 2.21 IronOS #182

Closed
River-Mochi opened this issue Apr 18, 2023 · 1 comment
Closed

bug: min. temperature values changed in 2.21 IronOS #182

River-Mochi opened this issue Apr 18, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@River-Mochi
Copy link
Contributor

River-Mochi commented Apr 18, 2023

To Reproduce
Steps to reproduce the behaviour:

  • 2.21 IronOS made changes to the temp min/maxes due to a typo or conversion error from a long time ago that was only recently noticed.

  • Turns out the min temp of 60F was incorrect for all irons since 10C minimum = 50F and not 60F. but we only care about pinecil here.

  • I will submit pr fix if I have time, but whoever gets to this first is welcome to fix it and close this ticket. literally this ticket prob took me 100 times longer to write than changing the 60F to a 50F >.<

This file needs to be updated:
https://github.com/builder555/PineSAM/blob/master/backend/pinecil_setting_limits.py

Screenshots
image

Original IronOS Issue ticket
Error was reported and I submitted a fix for it here: Ralim/IronOS#1624

Reference this IronOS code file here:
https://github.com/Ralim/IronOS/blob/0a4560efac961e5f5fbe47d5f9d7beb78dc77d4a/source/Core/BSP/Pinecilv2/configuration.h#L132-L137

  • PineSAM Version: all
  • IronOS build/date: 2.21
@River-Mochi River-Mochi added the bug Something isn't working label Apr 18, 2023
@River-Mochi River-Mochi changed the title bug: some temperature values changed in 2.21 IronOS bug: min. temperature values changed in 2.21 IronOS Apr 18, 2023
builder555 added a commit that referenced this issue Apr 19, 2023
* chore: update changelog

* chore: update changelog

* fix: minimum temperature

-  50 F = 10 C  correction on minimum temperature
- to align with new changes in 2.21 IronOS
- closes ticket  #182

* fix:  links to usage guides

* fix: update mkdocs

* fix: update mkdocs

---------

Co-authored-by: Robert'); DROP TABLE students; -- <[email protected]>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
@River-Mochi
Copy link
Contributor Author

fix in last update.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant