diff options
Diffstat (limited to 'decoders/mlx90614/pd.py')
-rw-r--r-- | decoders/mlx90614/pd.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/decoders/mlx90614/pd.py b/decoders/mlx90614/pd.py index 4600754..edc770d 100644 --- a/decoders/mlx90614/pd.py +++ b/decoders/mlx90614/pd.py @@ -21,7 +21,7 @@ import sigrokdecode as srd class Decoder(srd.Decoder): - api_version = 1 + api_version = 2 id = 'mlx90614' name = 'MLX90614' longname = 'Melexis MLX90614' |