Skip to content

Commit d7d961f

Browse files
committed
Merge branch 'remove-wifi-mentions'
2 parents d85d0e7 + 31a9caa commit d7d961f

File tree

5 files changed

+5
-16
lines changed

5 files changed

+5
-16
lines changed

_data/sidebar_tree.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ tree:
2525
title: Ruggeduino
2626
- url: /kit/servo_board
2727
title: Servo Board
28-
- url: /kit/wifi
29-
title: WiFi
3028
- url: /kit/safety-regulations
3129
title: Safety Regulations
3230
- url: /programming/

kit/index.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,6 @@ The boards provided are as follows; more details can be found on their individua
2121
* [Ruggeduino (including two screw shields)](/docs/kit/ruggeduino)
2222
* [Servo Board](/docs/kit/servo_board)
2323

24-
The WiFi
25-
-------------------
26-
27-
The kit can be controlled over [WiFi](/docs/kit/wifi). You can use any device to connect to the WiFi.
28-
2924
Ancillary Parts
3025
---------------
3126

kit/power_board.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Controls
6565
| Control | Use
6666
|----------------|----------------------------
6767
| ON\|OFF | Turns the power board on, when used in conjunction with an external switch
68-
| START | Starts your program (can be used instead of the robot WiFi interface)
68+
| START | Starts your program
6969

7070

7171
Case Dimensions

troubleshooting/index.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,8 @@ Explain it to someone else
3636

3737
Check the log file for errors
3838
: If your program has an error in it, it will stop running or not run at all.
39-
Check [the log file](/docs/troubleshooting/python#ReadingTheLogs) either through the
40-
robot [WiFi](/docs/kit/wifi) interface or look at the log file on the USB stick to
41-
see any error reports.
39+
Check [the log file](/docs/troubleshooting/python#ReadingTheLogs) on the USB
40+
stick to see any error reports.
4241

4342
Print all the things
4443
: Adding `print` statements
@@ -50,8 +49,7 @@ Print all the things
5049

5150
On the robots the output from any `print` statements will end up
5251
in [the log file](/docs/troubleshooting/python#ReadingTheLogs), which can
53-
be viewed either in the robot [WiFi](/docs/kit/wifi) interface or on
54-
the USB stick.
52+
be viewed on the USB stick.
5553

5654
Check the docs
5755
: It's very easy to end up thinking that you know how something works

troubleshooting/python.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,7 @@ If you encounter one that isn't on this list, quickly check your code and search
1313
## [Reading the Logs](#ReadingTheLogs) {#ReadingTheLogs}
1414

1515
When your program runs on the robot, the output of `print` statements and any
16-
errors which occur are written to a log file. You can view this log file via the
17-
robot [WiFi](/docs/kit/wifi) interface (by touching the menu icon in the
18-
top-left, followed by "Logs"). It is also written to the USB stick as `log.txt`.
16+
errors which occur are written to a log file on the USB stick as `log.txt`.
1917

2018
## [Syntax Error](#SyntaxError) {#SyntaxError}
2119

0 commit comments

Comments
 (0)