Update ir_codes.hpp

This commit is contained in:
Siwat Sirichai 2023-11-05 13:11:35 +07:00
parent 6ffed79f95
commit 92aa347d53
1 changed files with 1 additions and 0 deletions

View File

@ -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};