We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
prev
decodeToState()
1 parent 434582a commit 1e2c1d8Copy full SHA for 1e2c1d8
src/IRac.cpp
@@ -4168,7 +4168,7 @@ namespace IRAcUtils {
4168
case decode_type_t::DAIKIN128: {
4169
IRDaikin128 ac(kGpioUnused);
4170
ac.setRaw(decode->state);
4171
- *result = ac.toCommon();
+ *result = ac.toCommon(prev);
4172
break;
4173
}
4174
#endif // DECODE_DAIKIN128
@@ -4348,7 +4348,7 @@ namespace IRAcUtils {
4348
case decode_type_t::KELON: {
4349
IRKelonAc ac(kGpioUnused);
4350
ac.setRaw(decode->value);
4351
4352
4353
4354
#endif // DECODE_KELON
0 commit comments