mirror of
https://github.com/DreamSourceLab/DSView.git
synced 2025-01-13 13:32:53 +08:00
protocol translation +
This commit is contained in:
parent
6da9dc3785
commit
178ce96f97
@ -84,8 +84,7 @@ class Decoder(srd.Decoder):
|
||||
outputs = []
|
||||
tags = ['Encoding']
|
||||
optional_channels = tuple(
|
||||
{'id': 'd{}'.format(i), 'name': 'D{}'.format(i), 'desc': 'Data line {}'.format(i)
|
||||
#, 'idn':'dec_graycode_opt_chan_d{}'.format(i)}
|
||||
{'id': 'd{}'.format(i), 'name': 'D{}'.format(i), 'desc': 'Data line {}'.format(i)}
|
||||
for i in range(MAX_CHANNELS)
|
||||
)
|
||||
options = (
|
||||
|
Loading…
x
Reference in New Issue
Block a user