-
I have been having problems with coding my REV touch sensors, before updating everything to 8.1 from 8.0, I had my touch sensors coded as |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
If you are not using the IMU on a Control Hub purchased after Sept 2022, then I would recommend you simply revert to 8.0. There is nothing in 8.1 that is absolutely mandatory. 8.1 is an optional release that primarily provides support for the new IMU chip in the Control Hubs released this fall. 8.1.1 with a fix for this is in progress, but we don't an exact date yet. If you are using the REV Hardware Client to update, there is a dropdown that you can use to "update" to a previous version. If you are using GitHub to download and side load APKs via adb you can just download and side load the v8.0 APK. https://github.com/FIRST-Tech-Challenge/FtcRobotController/releases/tag/v8.0 If you have cloned the repository, and have a local git instance, you can checkout the v8.0 tag, or you can roll back the merge for v8.1. How you proceed in this instance depends upon how you manage your local fork/clone. |
Beta Was this translation helpful? Give feedback.
If you are not using the IMU on a Control Hub purchased after Sept 2022, then I would recommend you simply revert to 8.0. There is nothing in 8.1 that is absolutely mandatory. 8.1 is an optional release that primarily provides support for the new IMU chip in the Control Hubs released this fall.
8.1.1 with a fix for this is in progress, but we don't an exact date yet.
If you are using the REV Hardware Client to update, there is a dropdown that you can use to "update" to a previous version.
If you are using GitHub to download and side load APKs via adb you can just download and side load the v8.0 APK. https://github.com/FIRST-Tech-Challenge/FtcRobotController/releases/tag/v8.0
If you have c…