added distance based correlation function in matlab and java
This commit is contained in:
@@ -247,6 +247,7 @@ public class MainActivity extends WearableActivity implements WorkerFragment.OnF
|
||||
mLastSendBPM = currentBPM;
|
||||
}
|
||||
|
||||
//künstlicher delay.
|
||||
if(mReadyToSend){
|
||||
mReadyToSend = false;
|
||||
new java.util.Timer().schedule(
|
||||
|
||||
@@ -10,7 +10,7 @@ buildscript {
|
||||
google()
|
||||
}
|
||||
dependencies {
|
||||
classpath 'com.android.tools.build:gradle:3.1.2'
|
||||
classpath 'com.android.tools.build:gradle:3.1.3'
|
||||
|
||||
|
||||
// NOTE: Do not place your application dependencies here; they belong
|
||||
|
||||
Reference in New Issue
Block a user