From 92aa347d53ca269de5b40bf75fba7cb95ce0cfee Mon Sep 17 00:00:00 2001 From: Siwat Sirichai Date: Sun, 5 Nov 2023 13:11:35 +0700 Subject: [PATCH] Update ir_codes.hpp --- src/ir_codes.hpp | 1 + 1 file changed, 1 insertion(+) 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