7
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:
Aleksa 2021-03-22 21:44:47 -04:00
parent d7827d1e61
commit 75a857612c

View File

@ -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++) {