12-26-2022 restore Return-to-Top function. Header-only link is no longer recognized, now requires full URL.

Westside Robotics
2022-12-26 11:10:10 -08:00
parent b3f8cceac6
commit 9a01e585e9

@ -11,7 +11,7 @@ This article is **Part 3** of a 4-part series on Datalogging. [**Part 1**](http
[**Part 4**](https://github.com/FIRST-Tech-Challenge/FtcRobotController/wiki/Datalogging-Part-4,-Java-Learning-Exercise) describes the inner workings of a **different**, much simpler Datalogging class. It's strictly a Java learning exercise, showing basic steps to log robot data on the RC device. It does not require familiarity with Parts 1 and 2.
[<p align="right"><i>Return to Top</i>](#introduction)<p>
<p align="right"><i>[[Return to Top|https://github.com/FIRST-Tech-Challenge/FtcRobotController/wiki/Datalogging Part 3, RC File Transfer]]</i><p>
## Wired USB cable
@ -31,7 +31,7 @@ The simplest transfer method is to plug the RC device into a computer via USB ca
- Unplug the USB cable; no need to 'Eject'.
[<p align="right"><i>Return to Top</i>](#introduction)<p>
<p align="right"><i>[[Return to Top|https://github.com/FIRST-Tech-Challenge/FtcRobotController/wiki/Datalogging Part 3, RC File Transfer]]</i><p>
## Wireless adb - Set-up
@ -49,7 +49,7 @@ It's possible to connect the RC device wirelessly to a laptop (or desktop with W
Also, the laptop must have **Android Debug Bridge** or "adb" installed. Installing adb is described many places online, and in the FTC Wiki at [this page](https://github.com/FIRST-Tech-Challenge/FtcRobotController/wiki/Managing-a-Control-Hub#connecting-to-the-control-hub-using-wireless-adb).
[<p align="right"><i>Return to Top</i>](#introduction)<p>
<p align="right"><i>[[Return to Top|https://github.com/FIRST-Tech-Challenge/FtcRobotController/wiki/Datalogging Part 3, RC File Transfer]]</i><p>
## Wireless adb - Command Prompt
@ -84,7 +84,7 @@ Connecting an **RC phone** via adb can be done in two ways: with Wi-Fi Direct, o
- For both methods, optional to confirm wireless connection with `adb devices`.
[<p align="right"><i>Return to Top</i>](#introduction)<p>
<p align="right"><i>[[Return to Top|https://github.com/FIRST-Tech-Challenge/FtcRobotController/wiki/Datalogging Part 3, RC File Transfer]]</i><p>
## Wireless adb - File Transfer
@ -104,7 +104,7 @@ Some notes:
- If a folder or file name contains a space (blank character), enclose the entire pathname in double-quotes. For example, "C:\Users\Public\My Documents".
[<p align="right"><i>Return to Top</i>](#introduction)<p>
<p align="right"><i>[[Return to Top|https://github.com/FIRST-Tech-Challenge/FtcRobotController/wiki/Datalogging Part 3, RC File Transfer]]</i><p>
## Wireless transfer with Android Studio
@ -130,7 +130,7 @@ This [copies the file](https://raw.githubusercontent.com/wiki/FIRST-Tech-Challen
To **refresh** the directory listing, re-select the RC device from the top pull-down menu, just below the heading "Device File Explorer".
[<p align="right"><i>Return to Top</i>](#introduction)<p>
<p align="right"><i>[[Return to Top|https://github.com/FIRST-Tech-Challenge/FtcRobotController/wiki/Datalogging Part 3, RC File Transfer]]</i><p>
## Summary
@ -146,7 +146,7 @@ This article did **not** cover:
You are encouraged to submit and describe other file transfer methods that worked for you.
[<p align="right"><i>Return to Top</i>](#introduction)<p>
<p align="right"><i>[[Return to Top|https://github.com/FIRST-Tech-Challenge/FtcRobotController/wiki/Datalogging Part 3, RC File Transfer]]</i><p>
------