Skip to content

Commit 485c369

Browse files
committed
Change default data scale to 1.0
1 parent e53c9b4 commit 485c369

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/LSLInletThread.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
#include <lsl_cpp.h>
3030

31-
const float DEFAULT_DATA_SCALE = 0.195f;
31+
const float DEFAULT_DATA_SCALE = 1.0f;
3232
const int STREAM_SELECTION_UNDEFINED = -1;
3333
const double TIMESTAMP_UNDEFINED = -1;
3434
const size_t DEFAULT_NUM_SAMPLES = 1024;

0 commit comments

Comments
 (0)