X-Git-Url: https://sigrok.org/gitweb/?p=libsigrokdecode.git;a=blobdiff_plain;f=decoders%2Fonewire_network%2Fonewire_network.py;h=2dba54ac90aadaa6a8a2a0e349a204b20021204d;hp=982a64ef28053e58d2c8cc2dd10b9bafe250d676;hb=5d7c5bcca4f770280cd4b58a8ea383fe97cf4a32;hpb=3f302d519e813af30a796a16f84e688550827ae0 diff --git a/decoders/onewire_network/onewire_network.py b/decoders/onewire_network/onewire_network.py index 982a64e..2dba54a 100644 --- a/decoders/onewire_network/onewire_network.py +++ b/decoders/onewire_network/onewire_network.py @@ -31,7 +31,7 @@ command = { 0xf0: ['SEARCH ROM' , 'SEARCH ROM'], 0xec: ['CONDITIONAL SEARCH ROM', 'SEARCH ROM'], 0x3c: ['OVERDRIVE SKIP ROM' , 'TRANSPORT' ], - 0x6d: ['OVERDRIVE MATCH ROM' , 'GET ROM' ], + 0x69: ['OVERDRIVE MATCH ROM' , 'GET ROM' ], } class Decoder(srd.Decoder):