You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: kit/brain_board/index.md
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -78,3 +78,19 @@ If you choose to use a tool other than Etcher, you may need to extract the `srob
78
78
Your computer may complain that the SD card is no longer readable, however
79
79
this is expected as the data being written to the SD card is not in a format
80
80
that either Windows or macOS can natively understand.
81
+
82
+
## Robot Settings
83
+
84
+
Some of the features on your robot are configured using a settings file, called `robot-settings.toml`. This file is automatically created on your USB drive the first time that you run any code on your robot.
85
+
86
+
You can edit the settings file using your IDE or any text editor.
87
+
88
+
The robot settings file contains the following settings:
Copy file name to clipboardExpand all lines: kit/wifi.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,10 @@ Your robot has now set up its very own WiFi network! It will initially have a na
18
18
You can now connect to your robot in the same way you normally connect to a WiFi network.
19
19
You will need a WiFi key to be able to connect and you can find this inside `robot-settings.toml` on the USB drive containing your code.
20
20
21
+
<divclass="info">
22
+
If there is no <code>robot-settings.toml</code> on your USB drive, you can generate one by first running any code on your robot. For more information see our docs on <a href="{{ site.baseurl }}/kit/brain_board#robot-settings">Robot Settings</a>.
0 commit comments