X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=decoders%2Fonewire_network%2Fpd.py;h=19ee649caeccf9d23a457f07c7c29a50867f932c;hb=cd8eb52870200196b12d6950eead62d46864cd00;hp=642cc0e68c869b42bb60ad1a92c8e8091b205781;hpb=ef36224880135a05d2fbde8f048ea3fe3f425df9;p=libsigrokdecode.git diff --git a/decoders/onewire_network/pd.py b/decoders/onewire_network/pd.py index 642cc0e..19ee649 100644 --- a/decoders/onewire_network/pd.py +++ b/decoders/onewire_network/pd.py @@ -45,7 +45,7 @@ class Decoder(srd.Decoder): optional_probes = [] options = {} annotations = [ - ['Text', 'Human-readable text'], + ['text', 'Human-readable text'], ] def __init__(self, **kwargs):