fixed category miss of dyson

This commit is contained in:
strawmanbobi
2020-03-16 20:51:01 +08:00
parent 3f230819b7
commit 8ace06584f

View File

@@ -212,6 +212,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;