diff --git a/src/ir_codes.hpp b/src/ir_codes.hpp index dcee88e..7dc00e4 100644 --- a/src/ir_codes.hpp +++ b/src/ir_codes.hpp @@ -63,3 +63,4 @@ extern const uint8_t ir_code_fan[3][750] = { {0}, // MED {0} // HIGH }; +extern const uint8_t ir_code_off[750] = {0}; \ No newline at end of file