Skip to content

Commit d101cc2

Browse files
committed
Remove NTFS from supported filesystems
1 parent 1e23626 commit d101cc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

programming/getting_code_on_the_robot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ title: Getting Code on the Robot
77

88
Getting your code on to the robot is quite simple.
99
You will need to put your code on a USB drive
10-
Which will need to be formatted with either FAT32, exFAT, NTFS or ext2/3/4.
10+
Which will need to be formatted with either FAT32, exFAT or ext2/3/4.
1111
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.
1212

1313
## Windows

0 commit comments

Comments
 (0)