There was an error while loading. Please reload this page.
2 parents aa2ad16 + 2e8cf42 commit 6d901efCopy full SHA for 6d901ef
1 file changed
ShimmerDriver/src/main/java/com/shimmerresearch/driver/ShimmerObject.java
@@ -464,7 +464,7 @@ public class BTStream {
464
//new BT + SD command to Write config file after all of InfoMem is written.
465
public static final byte UPD_SDLOG_CFG_COMMAND = (byte) 0x9C;
466
467
- public static final int MAX_NUMBER_OF_SIGNALS = 70;//50; //used to be 11 but now 13 because of the SR30 + 8 for 3d orientation
+ public static final int MAX_NUMBER_OF_SIGNALS = 77;//50; //used to be 11 but now 13 because of the SR30 + 8 for 3d orientation
468
public static final int MAX_INQUIRY_PACKET_SIZE = 47;
469
470
protected int mBluetoothBaudRate=9; //460800
0 commit comments