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

Fix showing temp4 #97

Closed

Conversation

kolyshkin
Copy link
Contributor

Same as #96 but for the branch used in openevse_wifi_tft_v1. Original description follows.


The first commit fixes the issue, and the second one makes sure it won't happen again.

  1. temp4 assignment was incorrectly using the temp3.isNaN check.

  2. Introduce/use temp_round() to show temperatures, to simplify things and avoid typos like the one fixed in the previous commit.

jeremypoulter and others added 7 commits October 26, 2023 11:23
temp4 assignment was incorrectly using the status_store.temp3.isNaN
check.

Signed-off-by: Kir Kolyshkin <[email protected]>
To simplify things and avoid typos like the one fixed in the previous
commit.

Signed-off-by: Kir Kolyshkin <[email protected]>
@jeremypoulter jeremypoulter changed the base branch from elecrow_esp32_hmi to master May 9, 2024 20:06
@jeremypoulter jeremypoulter changed the title Fix showing temp4 (for elecrow_esp32_hmi branch) Fix showing temp4 Jul 6, 2024
@jeremypoulter jeremypoulter mentioned this pull request Jul 6, 2024
@jeremypoulter jeremypoulter mentioned this pull request Jul 6, 2024
@jeremypoulter
Copy link
Collaborator

Replaced by #125

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants