File tree Expand file tree Collapse file tree 4 files changed +1344
-1335
lines changed
java/org/chromium/latency/walt Expand file tree Collapse file tree 4 files changed +1344
-1335
lines changed Original file line number Diff line number Diff line change 99 applicationId " org.chromium.latency.walt"
1010 minSdkVersion. apiLevel 17
1111 targetSdkVersion. apiLevel 23
12- versionCode 8
13- versionName " 0.1.7 "
12+ versionCode 9
13+ versionName " 0.1.9 "
1414 }
1515 ndk {
1616 moduleName " sync_clock_jni"
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ public class WaltDevice implements WaltConnection.ConnectionStateListener {
3131
3232 private static final int DEFAULT_DRIFT_LIMIT_US = 1500 ;
3333 private static final String TAG = "WaltDevice" ;
34- public static final String PROTOCOL_VERSION = "5 " ;
34+ public static final String PROTOCOL_VERSION = "6 " ;
3535
3636 // Teensy side commands. Each command is a single char
3737 // Based on #defines section in walt.ino
You can’t perform that action at this time.
0 commit comments