From 21a309aff3865d451f933eac4422b38a7945f7be Mon Sep 17 00:00:00 2001 From: pedromsousalima <32345730+pedromsousalima@users.noreply.github.com> Date: Wed, 5 Jun 2024 10:50:50 +0200 Subject: [PATCH] Fixed subtitle on the wrong image --- .../alvik/tutorials/user-manual/user-manual.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/hardware/08.edu/solution-and-kits/alvik/tutorials/user-manual/user-manual.md b/content/hardware/08.edu/solution-and-kits/alvik/tutorials/user-manual/user-manual.md index 72cd8295e4..d546253bf4 100644 --- a/content/hardware/08.edu/solution-and-kits/alvik/tutorials/user-manual/user-manual.md +++ b/content/hardware/08.edu/solution-and-kits/alvik/tutorials/user-manual/user-manual.md @@ -82,7 +82,7 @@ At the back-right side of Alvik there is the main switch of the robot. When ON t The battery is a rechargeable Li-ion 18650. It is located in the bottom part of Alvik, to access it you need to remove one Phillip's screw and take out the plastic holder. -![Charging blink](assets/battery_holder.jpg) +![Accessing battery compartment](assets/battery_holder.jpg) The Nano ESP32 can report the status of the battery through the terminal of the Arduino Lab for MicroPython and with its RGB status LED. To do that you need to call the `Alvik.begin()` function in any program or directly at the command line area.