-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #210 from melyux/update-on-changes
Publish updates only on changes
- Loading branch information
Showing
3 changed files
with
10 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 comments
on commit 106a2d3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<nvm: I’ll just file an issue>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is currently a pull request with a fix.
…On Mon, 6 Jan 2025, 00:28 Drew Hill, ***@***.***> wrote:
In your estimation, is it possible these changes could cause an ESP32 to
crash upon attempt to read Sub Auto Mode? I’m finding this is happening to
me after re-pulling the repo ~ 12 hours ago. BUT I can’t see any obvious
issues in the log. If you can see any potential connection here, I will
file an Issue— otherwise, I don’t want to waste your time!
—
Reply to this email directly, view it on GitHub
<106a2d3#commitcomment-150939076>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BOE5W4CYKB3KHLPLS34R5PT2JG527AVCNFSM6AAAAABUUJKBNKVHI2DSMVQWIX3LMV43OQ3PNVWWS5CDN5WW2ZLOOQ5TCNJQHEZTSMBXGY>
.
You are receiving this because you commented.Message ID:
<echavet/MitsubishiCN105ESPHome/commit/106a2d39b0a223265789ef94b869d60fbddd3e11/150939076
@github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks. I saw that, but couldn't determine if it was likely to be the underlying cause, so I submitted an Issue with more info: #215.
Typo?
Should be:
if (this->Auto_sub_mode_sensor_ != nullptr && (!this->currentSettings.auto_sub_mode || strcmp(receivedSettings.auto_sub_mode, this->currentSettings.auto_sub_mode) != 0)) {
My ESP hangs without this fix.
@echavet can you check?