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: setup/basic.md
+8-4Lines changed: 8 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -120,7 +120,8 @@ In your SSH session, run the [TurtleBot 4 setup tool](../software/turtlebot4_set
120
120
turtlebot4-setup
121
121
```
122
122
123
-
This will start the TurtleBot 4 setup tool. Navigate to the "Wi-Fi Setup" menu and configure your connection. When you have finished, save and apply the settings.
123
+
This will start the TurtleBot 4 setup tool. Navigate to the "Wi-Fi Setup" menu and configure your connection. When you have finished, save the wifi settings, then
124
+
return to the main menu. Select `Apply Settings` and press `Enter` before quitting the `turtlebot4-setup` tool.
@@ -140,7 +141,8 @@ In your SSH session, run the [TurtleBot 4 setup tool](../software/turtlebot4_set
140
141
turtlebot4-setup
141
142
```
142
143
143
-
This will start the TurtleBot 4 setup tool. Navigate to the "Wi-Fi Setup" menu and configure your connection. When you have finished, save and apply the settings.
144
+
This will start the TurtleBot 4 setup tool. Navigate to the "Wi-Fi Setup" menu and configure your connection. When you have finished, save the wifi settings, then
145
+
return to the main menu. Select `Apply Settings` and press `Enter` before quitting the `turtlebot4-setup` tool.
@@ -365,7 +367,8 @@ SSH into the Raspberry Pi and run the [TurtleBot 4 setup tool](../software/turtl
365
367
turtlebot4-setup
366
368
```
367
369
368
-
Go to <b>Wi-Fi Setup</b> and select <b>Apply Defaults</b>. Optionally you can set your own SSID and password before saving and applying the new settings.
370
+
Go to <b>Wi-Fi Setup</b> and select <b>Apply Defaults</b>. Optionally you can set your own SSID and password before saving. Return to the main menu and select
371
+
`Apply Settings` and press `Enter` before quitting the `turtlebot4-setup` tool.
369
372
370
373
{% endtab %}
371
374
{% tab ap jazzy %}
@@ -376,7 +379,8 @@ SSH into the Raspberry Pi and run the [TurtleBot 4 setup tool](../software/turtl
376
379
turtlebot4-setup
377
380
```
378
381
379
-
Go to <b>Wi-Fi Setup</b> and select <b>Apply Defaults</b>. Optionally you can set your own SSID and password before saving and applying the new settings.
382
+
Go to <b>Wi-Fi Setup</b> and select <b>Apply Defaults</b>. Optionally you can set your own SSID and password before saving. Return to the main menu and select
383
+
`Apply Settings` and press `Enter` before quitting the `turtlebot4-setup` tool.
Copy file name to clipboardExpand all lines: software/turtlebot4_setup.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -246,6 +246,10 @@ You will be greeted by a menu with several submenus. From here you can navigate
246
246
<br/>
247
247
<u><bstyle="font-size: 20px;">Usage</b></u>
248
248
249
+
```warning
250
+
You _must_ select the `Apply Settings` option and press `Enter` before quitting to apply any changes you have made to the robot. Quitting without applying the settings will discard any changes you have staged.
251
+
```
252
+
249
253
You can navigate up and down between the menus by using the `up` and `down` arrow keys, or `j` and `k`. To select a menu,
250
254
press `Enter`. To return or exit from a menu, you can press `q`, `Esc`, or `CTRL+C`. Some menus may only be exited with `CTRL+C`.
251
255
@@ -573,6 +577,10 @@ You will be greeted by a menu with several submenus. From here you can navigate
573
577
<br/>
574
578
<u><bstyle="font-size: 20px;">Usage</b></u>
575
579
580
+
```warning
581
+
You _must_ select the `Apply Settings` option and press `Enter` before quitting to apply any changes you have made to the robot. Quitting without applying the settings will discard any changes you have staged.
582
+
```
583
+
576
584
You can navigate up and down between the menus by using the `up` and `down` arrow keys, or `j` and `k`. To select a menu,
577
585
press `Enter`. To return or exit from a menu, you can press `q`, `Esc`, or `CTRL+C`. Some menus may only be exited with `CTRL+C`.
0 commit comments