Skip to content

Commit 6d901ef

Browse files
authored
Merge pull request #31 from ShimmerEngineering/CON-631
CON-631 increased #sensors to be parsed taking algos into account
2 parents aa2ad16 + 2e8cf42 commit 6d901ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ShimmerDriver/src/main/java/com/shimmerresearch/driver/ShimmerObject.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,7 @@ public class BTStream {
464464
//new BT + SD command to Write config file after all of InfoMem is written.
465465
public static final byte UPD_SDLOG_CFG_COMMAND = (byte) 0x9C;
466466

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
467+
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
468468
public static final int MAX_INQUIRY_PACKET_SIZE = 47;
469469

470470
protected int mBluetoothBaudRate=9; //460800

0 commit comments

Comments
 (0)