Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added .DS_Store
Binary file not shown.
Binary file added ShimmerPCBasicExamples/.DS_Store
Binary file not shown.
Binary file added ShimmerPCBasicExamples/libs/.DS_Store
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ public class SensorMapsExample extends BasicProcessWithCallBack {
*/
public void initialize() {
//Set the default port to 50052, this is used if the software cannot start the gRPC server automatically
BasicShimmerBluetoothManagerPc.mGRPCPort = 50052;
// BasicShimmerBluetoothManagerPc.mGRPCPort = 50052;

frame = new JFrame("Shimmer SensorMaps Example");
frame.setBounds(100, 100, 1200, 591);
Expand Down
Loading