Skip to content

Commit 480171c

Browse files
raccubeRealOrangeOnePeterJCLaw
committed
Address review comments
Co-authored-by: Jake Howard <[email protected]> Co-authored-by: Peter Law <[email protected]>
1 parent 4c39d46 commit 480171c

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

kit/wifi.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ You can connect to your robot using any WiFi capable device (laptop, tablet, pho
1212
Connecting to Your Robot
1313
------------------------
1414

15-
During the boot process you should notice the green LED labelled WiFi turn on.
16-
Your robot has now set up its very own WiFi network! It will have a name starting with `robot-ZZZ` followed by some random numbers.
15+
During the boot process you should notice the green LED on the KCH labelled "WiFi" turn on.
16+
Your robot has now set up its very own WiFi network! It will initially have a name starting with `robot-ZZZ` followed by some random numbers.
1717

1818
You can now connect to your robot in the same way you normally connect to a WiFi network.
1919
You will need a WiFi key to be able to connect and you can find this inside any robot.zip
@@ -24,11 +24,7 @@ These details can also be printed using:
2424
R.print_wifi_details()
2525
~~~~
2626

27-
Note that, because the information for your robot's WiFi network is stored inside the robot.zip,
28-
the WiFi network will disappear when you unplug the USB memory stick. It will reappear a few moments
29-
after you plug the USB memory stick into your robot.
30-
31-
If you are having any problems connecting to your robot, just head on over to support forum channel in Discord
27+
If you are having any problems connecting to your robot, just head on over to the Discord
3228
and ask for help.
3329

3430
Using the robot interface
@@ -53,10 +49,12 @@ You can also see your robot's logs on the USB stick, in a file called
5349

5450
### Setting up the Robot's Environment
5551

56-
The toolbar present at the top of the page, or bottom of the page on mobile; allows you to change the robot's starting zone and mode.
52+
The toolbar present at the top of the page, or bottom of the page on mobile, allows you to change the robot's starting zone and mode.
5753
Changing the starting zone allows you to test how your robot handles being started in a
5854
different zone.
5955

56+
The wifi interface will only be fully accessible when your robot is started in dev mode and will be restricted in competition mode.
57+
6058
Changing to competition mode causes the development markers to be unreadable,
6159
and instead reads the competition markers, which are different. Therefore, you
6260
should keep your robot in development mode.

0 commit comments

Comments
 (0)