diff options
-rw-r--r-- | decoders/onewire_network/onewire_network.py | 2 |
1 files changed, 1 insertions, 1 deletions
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): |