Skip to content

Commit 8ea3d69

Browse files
committed
fix some spacing issues with gifs. replaced favicon
1 parent 7403250 commit 8ea3d69

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

docs/_sections/_guide-primaries/getting-started/bluepad.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,16 +32,14 @@ Note that your controller will likely have the address already labeled on it on
3232

3333
1. Plug in your ESP32 and flash it with the Robotathon starter code your team should have forked
3434
1. Open the serial monitor
35-
3635
<!-- <img src="{{ '/_assets/gifs/controller_listen.gif' | prepend: site.baseurl }}" alt="controller_listen.gif"> -->
3736
<!-- locally stored gifs no work idk why. imgur works fine -->
38-
<img src="https://i.imgur.com/uAtGs5R.gif" alt="controller listen">
37+
<img src="https://i.imgur.com/uAtGs5R.gif" alt="controller listen">
3938
*Opening the serial monitor through the ESP-IDF extension GUI*
4039
1. Put your controller into pairing mode by pressing and **holding** the power button until the lights slowly **then** rapidly move. You should then see your controller address as a string of octets (something like `98:B6:E1:7C:C3:95`) in the serial monitor
41-
4240
<!-- <img src="{{ '/_assets/gifs/controller_not_allowed.gif' | prepend: site.baseurl }}" alt="controller_not_allowed.gif"> -->
4341
<!-- locally stored gifs no work idk why. imgur works fine -->
44-
<img src="https://i.imgur.com/wBzGrLx.gif" alt="controller not allowed">
42+
<img src="https://i.imgur.com/wBzGrLx.gif" alt="controller not allowed">
4543
*Viewing your controller's Bluetooth address*
4644
* Look for terminal output like this when finding your controller's address:
4745
<img src="{{ '/_assets/images/controller_address.png' | prepend: site.baseurl }}" alt="controller_address :(">
@@ -60,7 +58,7 @@ Note that your controller will likely have the address already labeled on it on
6058

6159
<!-- <img src="{{ '/_assets/gifs/controller_dump.gif' | prepend: site.baseurl }}" alt="controller_dump.gif"> -->
6260
<!-- locally stored gifs no work idk why. imgur works fine -->
63-
<img src="https://i.imgur.com/BNJ8PZy.gif" alt="controller data stream">
61+
<img src="https://i.imgur.com/BNJ8PZy.gif" alt="controller data stream">
6462

6563
*Streaming controller data from ESP32*
6664

docs/favicon.ico

11 KB
Binary file not shown.

0 commit comments

Comments
 (0)