From 2d7d7112491a0a57cb2472741ad785ad4c05d228 Mon Sep 17 00:00:00 2001 From: Westside Robotics Date: Fri, 25 Feb 2022 10:26:39 -0800 Subject: [PATCH] Add time estimate to update RC app. --- Managing-a-Smartphone-Robot-Controller.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Managing-a-Smartphone-Robot-Controller.md b/Managing-a-Smartphone-Robot-Controller.md index f473cfc..8589f03 100644 --- a/Managing-a-Smartphone-Robot-Controller.md +++ b/Managing-a-Smartphone-Robot-Controller.md @@ -85,6 +85,8 @@ The [REV Hardware Client software](https://docs.revrobotics.com/rev-control-syst FTC teams using Blocks or OnBot Java for programming can use the REV Hardware Client to update the Robot Controller (RC) app on an RC phone. +NOTE: it will take an estimated 7.5 minutes per device to complete this task. + As an alternate, the FTC app releases are available on the [FTCRobotController Github](https://github.com/FIRST-Tech-Challenge/FtcRobotController/releases). Download the Robot Controller APK file to a computer, transfer it to the RC phone's Downloads folder, then open that file to install the RC app. This process is called "side-loading". **Important Note:** If you update the Robot Controller (RC) app, you should also update the Driver Station (DS) app to the same version number.