Skip to content

Commit 37d381f

Browse files
raccubetrickeydanRealOrangeOne
committed
Clarify Getting Code on the Robot section
Co-authored-by: Dan Trickey <[email protected]> Co-authored-by: Jake Howard <[email protected]>
1 parent f94c6ba commit 37d381f

File tree

2 files changed

+9
-12
lines changed

2 files changed

+9
-12
lines changed

programming/getting_code_on_the_robot.md

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,30 +7,27 @@ Getting Code on the Robot
77
======================
88

99
Getting your code on to the robot is quite simple.
10-
You will need to put your code on a USB drive. Which will need to be formatted with either FAT32, exFAT, NTFS or ext2/3/4.
10+
You will need to put your code on a USB drive
11+
Which will need to be formatted with either FAT32, exFAT, NTFS or ext2/3/4.
12+
Upon plugging in the drive or starting up, the robot will run the `robot.py` file found in the `robot.zip` in the root of the drive.
1113

12-
<details>
13-
<summary>Windows</summary>
14+
## Windows
1415
1. Open your code in File Explorer
15-
2. Select all of your code files (<kbd>Control + A</kbd> to select all files)
16+
2. Select all of your code files (<kbd>Control</kbd><kbd>A</kbd> to select all files)
1617
3. Right-click the files
1718
4. Click Compress to Zip file
18-
5. Name the newly created file `robot`
19+
5. Name the newly created file `robot` (or `robot.zip` if you have file extentions shown)
1920

2021
![Screenshot for Windows 11](/images/content/kit/zip_win11.png)
21-
![Screenshot for Windows 10](/images/content/kit/zip_win10.png)
2222

2323
If you are on Windows 10 or older, you will need to use Send to &rarr; Compressed (zipped) folder
24-
</details>
2524

26-
<details>
27-
<summary>macOS</summary>
25+
## macOS
2826
1. Open your code in Finder
29-
2. Select all of your code files (<kbd>⌘A</kbd> to select all files)
27+
2. Select all of your code files (<kbd>⌘</kbd><kbd>A</kbd> to select all files)
3028
3. Right-click (or Control-click) the files and click Compress
3129
4. Name the newly created file `robot.zip`
3230

3331
![Screenshot]({ site.baseurl }}/images/content/kit/zip_macOS.png)
34-
</details>
3532

3633
To re-run your program, simply remove the USB stick and plug it back in again and it will restart automatically.

0 commit comments

Comments
 (0)