This commit is contained in:
2019-08-20 13:20:25 +02:00
parent 0c4ae89cd9
commit ea5ac6ad03
4 changed files with 8 additions and 8 deletions

View File

@ -107,7 +107,7 @@ void slsReceiverImplementation::InitializeMembers() {
roi.xmin = -1;
roi.xmax = -1;
adcEnableMask = BIT32_MASK;
streamingFrequency = 0;
streamingFrequency = 1;
streamingTimerInMs = DEFAULT_STREAMING_TIMER_IN_MS;
dataStreamEnable = false;
streamingPort = 0;