v1.0.0 Release Candidate
Noteworthy in this update is that the passphrase to the Wifi Direct network whose 'access point' is hosted by the robot controller is now displayed on the robot controller screen. With this password you can connect from a laptop or desktop to the private wireless network of your robot controller as easily as you connect to any other wireless network. Just look for the SSID of the form 'Direct-twoRandomCharacters-yourRobotName'. Being able to connect in this way facilitates wireless debugging and code downloads, as connects a development machine to a robot controller without the need for a separate wireless network which might not be available, especially at competitions. Our BotBug tool might be of assistance in making these connections.
This password can also be found by looking for the string 'PassPhrase' in the Android Studio LogCat output from the robot controller. It has also been mentioned that a future release from FTC HQ may also display the password on the robot controller screen.
On other topics, there is a small breaking change in the administrative details of YourCodeHere. If you haven't renamed this to use your own team name (or whatever), things should be automatically handled for you. If you have, please see the comments in MyOpModeRegistrar.java.