Skip to content

Commit 7ff49f1

Browse files
authored
Merge pull request #412 from srobo/dgt/robot-settings-regeneration
Add warning about robot-settings regeneration
2 parents 71fd926 + ab1a631 commit 7ff49f1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

kit/brain_board/index.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,11 @@ The robot settings file contains the following settings:
100100
| `wifi_enabled` | Enables the WiFi | `true` |
101101
| `usercode_entrypoint` | The entry point to your Python code | `robot.py` |
102102

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.
106+
107+
103108
## Firewall
104109

105110
<div class="info">

0 commit comments

Comments
 (0)