mirror of
https://github.com/crankyoldgit/IRremoteESP8266.git
synced 2026-01-12 00:05:10 +08:00
[BUG] Fix missing parameter in call to IRac::gree() (#2008)
PR #1928 missed extending the call to `gree()` resulting in subsequent parameters being shifted by one place. Fixes #2007
This commit is contained in:
@@ -3256,7 +3256,8 @@ bool IRac::sendAc(const stdAc::state_t desired, const stdAc::state_t *prev) {
|
||||
_modulation);
|
||||
gree(&ac, (gree_ac_remote_model_t)send.model, send.power, send.mode,
|
||||
send.celsius, send.degrees, send.fanspeed, send.swingv, send.swingh,
|
||||
send.turbo, send.econo, send.light, send.clean, send.sleep);
|
||||
send.iFeel, send.turbo, send.econo, send.light, send.clean,
|
||||
send.sleep);
|
||||
break;
|
||||
}
|
||||
#endif // SEND_GREE
|
||||
|
||||
Reference in New Issue
Block a user