You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,6 +54,16 @@ The readme.md file located in the [/TeamCode/src/main/java/org/firstinspires/ftc
54
54
55
55
# Release Information
56
56
57
+
## Version 8.1.1 (20221201-150726)
58
+
59
+
This is a bug fix only release to address the following four issues.
60
+
61
+
*[Issue #495](https://github.com/FIRST-Tech-Challenge/FtcRobotController/issues/495) - Can't create new blocks opmodes.
62
+
*[Issue #492](https://github.com/FIRST-Tech-Challenge/FtcRobotController/issues/492) - Remove the final modifier from the OpMode's Telemetry object.
63
+
*[Issue #500](https://github.com/FIRST-Tech-Challenge/FtcRobotController/issues/500) - Some devices cannot be configured when the Driver Station app has been updated to 8.1
64
+
* Updating either the Robot Controller app or the Driver Station app to 8.1.1 or later will fix this issue.
65
+
* The Modern Robotics touch sensor was configurable as a Digital Device. It can only be used as an Analog Device.
0 commit comments