Skip to content

Commit 1f456a1

Browse files
committed
Add warning about robot-settings regeneration
1 parent 2e2e6ee commit 1f456a1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

kit/brain_board/index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,3 +99,7 @@ The robot settings file contains the following settings:
9999
| `wifi_region` | Region Identifier for the WiFi | `GB` |
100100
| `wifi_enabled` | Enables the WiFi | `true` |
101101
| `usercode_entrypoint` | The entry point to your Python code | `robot.py` |
102+
103+
If your `robot-settings.toml` is not valid, it will be automatically regenerated with valid settings. This will reset any settings you have changed back to their default values. We therefore recommend that you do not change your settings file before a competition match.
104+
105+
In software version `2023.1.0` and later, an error file will be generated if your settings are invalid: `robot-settings-error.txt`. This file contains a message explaining the problem and a copy of your old settings.

0 commit comments

Comments
 (0)