Skip to content
This repository has been archived by the owner on Oct 27, 2020. It is now read-only.

Commit

Permalink
Updated README to include some additional important notes regarding v…
Browse files Browse the repository at this point in the history
…3.00 release.
  • Loading branch information
ftctechnh committed May 8, 2017
1 parent 8e3f545 commit a481d91
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 33,16 @@ For technical questions regarding the SDK, please visit the FTC Technology forum

**************************************************************************************

Additiona Notes Regarding Version 3.00 (built on 17.04.013)

In addition to the release changes listed below (see section labeled "Version 3.00 (built on 17.04.013)"), version 3.00 has the following important changes:

1. Version 3.00 software uses a new version of the FTC Robocol (robot protocol). If you upgrade to v3.0 on the Robot Controller and/or Android Studio side, you must also upgrade the Driver Station software to match the new Robocol.
2. Version 3.00 software removes the setMaxSpeed and getMaxSpeed methods from the DcMotor class. If you have an op mode that formerly used these methods, you will need to remove the references/calls to these methods. Instead, v3.0 provides the max speed information through the use of motor profiles that are selected by the user during robot configuration.
3. Version 3.00 software currently does not have a mechanism to disable extra i2c sensors. We hope to re-introduce this function with a release in the near future.

**************************************************************************************

Version 3.00 (built on 17.04.013)

*** Use this version of the software at YOUR OWN RISK!!! ***
Expand Down

0 comments on commit a481d91

Please sign in to comment.