diff --git a/src/IRac.cpp b/src/IRac.cpp index adfa87f64..fb5b29209 100644 --- a/src/IRac.cpp +++ b/src/IRac.cpp @@ -371,7 +371,9 @@ bool IRac::isProtocolSupported(const decode_type_t protocol) { #if SEND_YORK case decode_type_t::YORK: #endif +#if SEND_WHIRLPOOL_AC case decode_type_t::WHIRLPOOL_AC: +#endif return true; default: return false;