mirror of
https://github.com/gillham/logic_analyzer.git
synced 2026-05-01 23:53:02 +03:00
Implement RLE mode for 50Hz or lower sample rates. (via hhermsen in issue #9)
Support RLE mode for samples rates of 50Hz or less. Code from hhermsen in issue #9. This is a work in progress. Hopefully RLE can be added for higher sample rates in the future.
This commit is contained in:
@@ -19,7 +19,7 @@ device.capturesizes = 64, 128, 256, 512, 1024
|
||||
# Whether or not the noise filter is supported
|
||||
device.feature.noisefilter = false
|
||||
# Whether or not Run-Length encoding is supported
|
||||
device.feature.rle = false
|
||||
device.feature.rle = true
|
||||
# Whether or not a testing mode is supported
|
||||
device.feature.testmode = false
|
||||
# Whether or not triggers are supported
|
||||
|
||||
Reference in New Issue
Block a user