diff --git a/software/script/chameleon_cmd.py b/software/script/chameleon_cmd.py index e46c794..4a479f9 100644 --- a/software/script/chameleon_cmd.py +++ b/software/script/chameleon_cmd.py @@ -134,13 +134,6 @@ class TagSenseType(enum.IntEnum): # 13.56 MHz HF = 2 - @staticmethod - def list(exclude_unknown=True): - enum_list = list(map(int, TagSenseType)) - if exclude_unknown: - enum_list.remove(TagSenseType.NO) - return enum_list - @enum.unique class TagSpecificType(enum.IntEnum):