From 787f268a886502972ac0dcba89f3aaa1fb3d4b5a Mon Sep 17 00:00:00 2001 From: Robert Atkinson Date: Thu, 18 Feb 2016 22:03:52 -0800 Subject: [PATCH 1/2] Update README.md Former-commit-id: e22ca241e50a0362e77dc0c4157e155359d1a16e Former-commit-id: 670d249cd103dc6e29e87d0ab60dacfcd1ee2de8 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 18a45ee885b..dacba89caca 100644 --- a/README.md +++ b/README.md @@ -137,8 +137,8 @@ Migrating from LinearOpMode to SyncronousOpMode is easy, usually simply involvin * optionally removing `waitOneFullHardwareCycle()` calls, as they are no longer necessary The Swerve Library now appears to be quite stable and functional. Our own teams are actively -developing their competition code using it. It currently is synchronized to the release from -FTC HQ that was published January 4th, 2016 (version 1.5). Please be sure to **update your driver station** +developing their competition code using it. It currently is synchronized to the beta release from +FTC HQ that was published Feb 2nd, 2016 (version 1.6). Please be sure to **update your driver station** app to the latest-available version. ## Installing the Library From 2580c176c57815d57af96c0467df6d6934307f8e Mon Sep 17 00:00:00 2001 From: Robert Atkinson Date: Thu, 18 Feb 2016 22:07:29 -0800 Subject: [PATCH 2/2] Update README.md Former-commit-id: e7c8e70f56166b75e7515427846cb2e8dd117e2e Former-commit-id: f12b3a4e29fe783436884415bf51550d2ef9d908 --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dacba89caca..20e777cc888 100644 --- a/README.md +++ b/README.md @@ -138,8 +138,9 @@ Migrating from LinearOpMode to SyncronousOpMode is easy, usually simply involvin The Swerve Library now appears to be quite stable and functional. Our own teams are actively developing their competition code using it. It currently is synchronized to the beta release from -FTC HQ that was published Feb 2nd, 2016 (version 1.6). Please be sure to **update your driver station** -app to the latest-available version. +FTC HQ that was published Feb 2nd, 2016 (version 1.6). + +Please be sure to **update your driver station** app to the latest-available version by side-loading the .APK from the doc\apk directory. Side loading can be accomplished by any of several means. See the ADB command 'install' command, for example (ADB is found in the Android SDK). Alternately, any of several PC applications (such as http://apkinstaller.com/) and Android APK Installer apps (found in the Play Store) can be used. The thread here (http://ftcforum.usfirst.org/showthread.php?6101-FTC-Beta-Branch&p=24750#post24750) might also be helpful. ## Installing the Library