Skip to content

Commit ebce640

Browse files
committed
fix: code cleanup
fix: formatting fix: test build
1 parent b198a53 commit ebce640

File tree

5 files changed

+372
-384
lines changed

5 files changed

+372
-384
lines changed

src/IRac.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,9 @@ bool IRac::isProtocolSupported(const decode_type_t protocol) {
244244
#if SEND_ELECTRA_AC
245245
case decode_type_t::ELECTRA_AC:
246246
#endif
247+
#if SEND_ELECTROLUX_AC
248+
case decode_type_t::ELETROLUX_AC:
249+
#endif // SEND_ELECTROLUX_AC
247250
#if SEND_FUJITSU_AC
248251
case decode_type_t::FUJITSU_AC:
249252
#endif
@@ -375,9 +378,6 @@ bool IRac::isProtocolSupported(const decode_type_t protocol) {
375378
#if SEND_WHIRLPOOL_AC
376379
case decode_type_t::WHIRLPOOL_AC:
377380
#endif
378-
#if SEND_ELECTROLUX_AC
379-
case decode_type_t::ELETROLUX_AC:
380-
#endif // SEND_ELECTROLUX_AC
381381
return true;
382382
default:
383383
return false;

src/IRac.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
#include "ir_Fujitsu.h"
2323
#include "ir_Ecoclim.h"
2424
#include "ir_Electra.h"
25+
#include "ir_Electrolux.h"
2526
#include "ir_Goodweather.h"
2627
#include "ir_Gree.h"
2728
#include "ir_Haier.h"
@@ -50,7 +51,6 @@
5051
#include "ir_Voltas.h"
5152
#include "ir_Whirlpool.h"
5253
#include "ir_York.h"
53-
#include "ir_Electrolux.h"
5454

5555
// Constants
5656
const int8_t kGpioUnused = -1; ///< A placeholder for not using an actual GPIO.

0 commit comments

Comments
 (0)