fixed dyson key code protection issue

This commit is contained in:
strawmanbobi
2020-03-14 21:48:01 +08:00
parent 20f805ec28
commit b5bd649311
2 changed files with 2 additions and 0 deletions

View File

@@ -214,6 +214,7 @@ typedef enum
REMOTE_CATEGORY_BSTB = 11,
REMOTE_CATEGORY_CLEANING_ROBOT = 12,
REMOTE_CATEGORY_AREMOTE_CLEANER = 13,
REMOTE_CATEGORY_DYSON = 14,
REMOTE_CATEGORY_NEXT,
REMOTE_CATEGORY_MAX = 64,
} t_remote_category;