From 8cb044a3fe6915b102081f4398f3e7a20fa783d8 Mon Sep 17 00:00:00 2001 From: Westside Robotics Date: Wed, 8 Jun 2022 16:59:10 -0700 Subject: [PATCH] 6-8-22 remove colon from page title --- ...Transfer.md => Datalogging-Part-3,-RC-File-Transfer.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) rename Datalogging,-Part-3:-RC-File-Transfer.md => Datalogging-Part-3,-RC-File-Transfer.md (89%) diff --git a/Datalogging,-Part-3:-RC-File-Transfer.md b/Datalogging-Part-3,-RC-File-Transfer.md similarity index 89% rename from Datalogging,-Part-3:-RC-File-Transfer.md rename to Datalogging-Part-3,-RC-File-Transfer.md index baea7e0..a445b0e 100644 --- a/Datalogging,-Part-3:-RC-File-Transfer.md +++ b/Datalogging-Part-3,-RC-File-Transfer.md @@ -7,9 +7,9 @@ Manually transferring datalog files from the RC device will be of most interest Another simple way to transfer files is with a USB thumb drive, not covered here. -This article is **Part 3** of a 4-part series on Datalogging. [**Part 1**](https://github.com/FIRST-Tech-Challenge/FtcRobotController/wiki/Datalogging) shows how to run a **sample OpMode** and chart its data. [**Part 2**](https://github.com/FIRST-Tech-Challenge/FtcRobotController/wiki/Datalogging,-Part-2:-Custom-Data) shows how to **customize** the sample OpMode for logging your own robot data of interest. +This article is **Part 3** of a 4-part series on Datalogging. [**Part 1**](https://github.com/FIRST-Tech-Challenge/FtcRobotController/wiki/Datalogging) shows how to run a **sample OpMode** and chart its data. [**Part 2**](https://github.com/FIRST-Tech-Challenge/FtcRobotController/wiki/Datalogging-Part-2,-Custom-Data) shows how to **customize** the sample OpMode for logging your own robot data of interest. -[**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. +[**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. [

Return to Top](#introduction)

@@ -152,9 +152,9 @@ This article is **Part 3** of a 4-part series on Datalogging. [**Part 1**](https://github.com/FIRST-Tech-Challenge/FtcRobotController/wiki/Datalogging) shows how to run a **sample OpMode** and chart its data. -[**Part 2**](https://github.com/FIRST-Tech-Challenge/FtcRobotController/wiki/Datalogging,-Part-2:-Custom-Data) shows how to **customize** the sample OpMode for logging your own robot data of interest. +[**Part 2**](https://github.com/FIRST-Tech-Challenge/FtcRobotController/wiki/Datalogging-Part-2,-Custom-Data) shows how to **customize** the sample OpMode for logging your own robot data of interest. -[**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. +[**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. ***