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 case style for recent A/C protocols. #631

Merged
merged 2 commits into from
Mar 10, 2019
Merged

Conversation

crankyoldgit
Copy link
Owner

A cosmetic style-guide fix to ensure the A/Cs added after the last release
have the correct naming/case style per styleguide. i.e. Camel-case.

This is just a few global search-and-replaces. No structual changes.
As this only affects currently un-released or recent stuff, there is little
need to add backward compatibility.

FYI @hcoohb @soosp @EUA

A cosmetic style-guide fix to ensure the A/Cs added after the last release
have the correct naming/case style per styleguide. i.e. Camel-case.

This is just a few global search-and-replaces. No structual changes.
As this only affects currently un-released or recent stuff, there is little
need to add backward compatibility.

FYI @hcoohb @soosp @EUA
Fix:
```
warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11

```
@crankyoldgit crankyoldgit merged commit 0bad358 into master Mar 10, 2019
@crankyoldgit crankyoldgit deleted the Pre-2.5.6-cleanup branch March 10, 2019 23:44
crankyoldgit added a commit that referenced this pull request Mar 16, 2019
_v2.5.6 (20190316)_

**[Bug Fixes]**
- Fix Coolix A/C Class to handle special states better. (#633, #624)

**[Features]**
- Fix case style for recent A/C protocols. (#631)
- Update `IRsend::send()` to include all simple protocols. (#629, #628)
- Experimental basic support for 112 bit TCL AC messages (#627, #619)
- Add support for TECO AC (#622)
- Experimental support for Samsung 36 bit protocol (#625, #621)

**[Misc]**
- Set Coolix to default to 1 repeat. (#637, #636, #624, #439)
- Set Daikin2 modulation to 36.7kHz. (#635)
- Refactor IRVestelAC class to use portable code. (#617)
- Adjust Daikin2 timings and tolerance. (#616, #582)
@crankyoldgit crankyoldgit mentioned this pull request Mar 16, 2019
crankyoldgit added a commit that referenced this pull request Mar 16, 2019
_v2.5.6 (20190316)_

**[Bug Fixes]**
- Fix Coolix A/C Class to handle special states better. (#633, #624)

**[Features]**
- Fix case style for recent A/C protocols. (#631)
- Update `IRsend::send()` to include all simple protocols. (#629, #628)
- Experimental basic support for 112 bit TCL AC messages (#627, #619)
- Add support for TECO AC (#622)
- Experimental support for Samsung 36 bit protocol (#625, #621)

**[Misc]**
- Set Coolix to default to 1 repeat. (#637, #636, #624, #439)
- Set Daikin2 modulation to 36.7kHz. (#635)
- Refactor IRVestelAC class to use portable code. (#617)
- Adjust Daikin2 timings and tolerance. (#616, #582)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants