mirror of
https://github.com/EEVengers/ThunderScope.git
synced 2025-04-08 06:25:30 +00:00
Changed default window size to 1000
This commit is contained in:
parent
d7827d1e61
commit
75a857612c
@ -31,6 +31,7 @@ controller::controller(boost::lockfree::queue<buffer*, boost::lockfree::fixed_si
|
||||
setTriggerCh(1);
|
||||
setLevel(50);
|
||||
setPerSize(1);
|
||||
setWindowSize(1000);
|
||||
|
||||
//RampDemo related
|
||||
for(int ch = 0; ch < RD_CHAN_COUNT; ch++) {
|
||||
|
Loading…
Reference in New Issue
Block a user