Skip to content

Commit 613f909

Browse files
committed
Review tweaks
1 parent a4aa897 commit 613f909

File tree

3 files changed

+11
-17
lines changed

3 files changed

+11
-17
lines changed

_data/kit_versions.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,4 @@
55
# changelog:
66
# - Changed something
77
# - Changed another thing too
8-
- version: 2024.0.0
9-
released: 2023-10-21
10-
changelog:
11-
- Initial release for SR2024.
8+
[]

kit/brain_board/robot_os.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,12 @@ The OS contains a set of pre-installed python libraries that you can use, the li
1313

1414
## Updates
1515

16-
Keeping your kit up to date is very important, it enables us to deploy new features, as well as fix bugs.
16+
Keeping your kit up to date is very important, it enables us to fix bugs, as well as deploy new features.
1717

18-
Below is a list of the versions released, once you have downloaded the file you need, refer to the steps on the [tutorial page](/tutorials/update_brain) to apply the update.
18+
Below is a list of the versions released, once you have downloaded the file you need, refer to the steps on the [tutorial page]({{ site.baseurl }}/tutorials/update_brain) to apply the update.
1919

20-
Each update file is a complete upgrade.
21-
Each file contains the changes of those before it.
22-
If you need to jump up multiple versions, you can do so by using the latest file.
20+
Each update file is a complete upgrade and contains all the changes of those before it.
21+
If you need to jump up multiple versions, you can do so by just using the latest version.
2322

2423

2524
## OS Versions

kit/brain_board/wifi.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,8 @@ title: WiFi
66

77
# WiFi
88

9-
The Raspberry Pi that makes up your kit's brain board contains a WiFi radio which allows you to interface with and debug your robot.
10-
You can connect to your robot using any WiFi capable device (laptop, tablet, phone, etc.)
11-
9+
The Raspberry Pi that makes up your kit's brain board has WiFi which allows you to connect to and debug your robot, using any WiFi capable device (laptop, tablet, phone, etc.).
10+
The WiFi is only available during development and will be disabled during competition matches.
1211

1312
## Connecting to Your Robot
1413

@@ -49,12 +48,11 @@ It will also show messages from the initialisation of the robot's hardware, as w
4948
You can also see your robot's logs on the USB stick, in a file called
5049
`log.txt`.
5150

52-
### Setting up the Robot's Environment
51+
52+
### Setting the robot zone
5353

5454
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.
5555
Changing the starting zone allows you to test how your robot handles being started in a different zone.
56+
Changing mode only applies from the next time your code runs.
5657

57-
Changing mode applies from the next time your code runs.
58-
59-
The WiFi interface will only be fully accessible when your robot is started in dev mode and will be restricted in competition mode.
60-
See the [competition mode]({{ site.baseurl }}/programming/robot_api/comp_mode) page for details of what competition mode is and what limitations it imposes.
58+
See the [competition mode]({{ site.baseurl }}/programming/robot_api/comp_mode) page for details of what competition mode is.

0 commit comments

Comments
 (0)