diff options
Diffstat (limited to 'decoders/mlx90614')
-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 c2b37c7..1f627e6 100644 --- a/decoders/mlx90614/pd.py +++ b/decoders/mlx90614/pd.py @@ -20,7 +20,7 @@ import sigrokdecode as srd class Decoder(srd.Decoder): - api_version = 2 + api_version = 3 id = 'mlx90614' name = 'MLX90614' longname = 'Melexis MLX90614' |