From 12851357e784b893e24880efc6cd22a0cbcc64ce Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Mon, 14 Apr 2014 22:14:39 +0200 Subject: All PDs: Bump api_version to 2. Older libsigrokdecode versions are no longer able to use the current versions of the PDs (various changes in syntax etc). --- decoders/maxim_ds28ea00/pd.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'decoders/maxim_ds28ea00') diff --git a/decoders/maxim_ds28ea00/pd.py b/decoders/maxim_ds28ea00/pd.py index 9f120ae..4693cd9 100644 --- a/decoders/maxim_ds28ea00/pd.py +++ b/decoders/maxim_ds28ea00/pd.py @@ -36,7 +36,7 @@ command = { } class Decoder(srd.Decoder): - api_version = 1 + api_version = 2 id = 'maxim_ds28ea00' name = 'DS28EA00' longname = 'Maxim DS28EA00 1-Wire digital thermometer' -- cgit v1.2.3-70-g09d2